Publish start message to Zeebe
This node publishes a start message to Zeebe, when a Node-RED message is received at the input.
The message must contain a name, no correlation key needed. Optionally you can pass in variables and configuration options like timeToLive.
[{"id":"372e6e8f.02b232","type":"inject","z":"b71ce72e.d756f8","name":"","topic":"","payload":"{\"name\":\"MessageName\",\"variables\":{\"orderId\":\"4384\"}}","payloadType":"json","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":210,"y":180,"wires":[["103f6fb.33a449"]]},{"id":"103f6fb.33a449","type":"publish-start-message","z":"b71ce72e.d756f8","name":"","x":400,"y":180,"wires":[]}]