META-INF.cxs.rules.trainedNotification.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of training-plugin Show documentation
Show all versions of training-plugin Show documentation
This is a simple Apache Unomi plugin.
{
"metadata": {
"id": "smp:trainedRule",
"name": "Trained",
"description": "..."
},
"raiseEventOnlyOnceForSession": false,
"condition": {
"type": "eventTypeCondition",
"parameterValues": {
"eventTypeId": "trainingEvent"
}
},
"actions": [
{
"type": "trainingNotifAction",
"parameterValues": {}
}
]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy