Replies: 1 comment
-
Try working through the troubleshooting section for rules not matching https://docs.stackstorm.com/troubleshooting/rules.html |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have created the rule to trigger my workflow when ever the message send the kafka-topic
{
"tags": [],
"uid": "rule:st2test:AU_test",
"metadata_file": "",
"name": "AU_test",
"ref": "st2test.AU_test",
"description": "test the data",
"pack": "st2test",
"type": {
"ref": "standard",
"parameters": {}
},
"trigger": {
"type": "kafka.new_message",
"parameters": {},
"ref": "kafka.new_message",
"description": "Trigger which indicates that a new message has arrived to Apache Kafka"
},
"criteria": {
"trigger.topic": {
"type": "equals",
"pattern": "sample-test"
}
},
"action": {
"ref": "st2test.test_wf",
"parameters": {
"run": "test",
"notify": [
6
]
},
"description": "execute the flow"
},
"context": {
"user": "st2admin"
},
"enabled": true,
"id": "6445443e757510e5c70f6923"
}
Beta Was this translation helpful? Give feedback.
All reactions