Skip to content

Instantly share code, notes, and snippets.

@pedesen
Created October 13, 2019 12:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pedesen/d409cb6dfdd283a01724dc85cd65387e to your computer and use it in GitHub Desktop.
Save pedesen/d409cb6dfdd283a01724dc85cd65387e to your computer and use it in GitHub Desktop.
Publish message to Zeebe

This node publishes a message to Zeebe, when a Node-RED message is received at the input.

The message must contain a name and a correlation key. Optionally you can pass in variables and configuration options like timeToLive.

[{"id":"372e6e8f.02b232","type":"inject","z":"b71ce72e.d756f8","name":"","topic":"","payload":"{\"name\":\"MessageName\",\"correlationKey\":\"0001\",\"variables\":{\"orderId\":\"4384\"}}","payloadType":"json","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":210,"y":180,"wires":[["56dab5df.a66be4"]]},{"id":"56dab5df.a66be4","type":"publish-message","z":"b71ce72e.d756f8","name":"","x":380,"y":180,"wires":[]}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment