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":[]}]

Flow Info

Created 4 years, 10 months ago
Rating: not yet rated

Owner

Actions

Rate:

Node Types

Core
  • inject (x1)
Other
  • publish-message (x1)

Tags

  • zeebe
  • bpmn
  • workflow
  • microservice
  • camunda
Copy this flow JSON to your clipboard and then import into Node-RED using the Import From > Clipboard (Ctrl-I) menu option