Actions
Steps for creating an action
To create an action:- set Address (topic) name
- set message content to be sent
{"test" : ${processInstanceId}, "title": "Test title"}
- a custom header is always set by default to
{"processInstanceId": ${processInstanceId}}
- if you want some values to be replaced before sending them to Kafka, they should be marked as such in the action params
The nodes that support actions are task nodes, user task nodes, and send message/receive message tasks.

