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

Flow Info

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

Owner

Actions

Rate:

Node Types

Core
  • inject (x1)
Other
  • publish-start-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