We use actions to add business decisions to the flow or link the process to custom integrations and plugins.
For more information about actions, check the following section:
To create an action:
Open FLOWX Designer and from the Processes tab select Definitions.
Select your process.
Click the Edit process button.
Add a new node/ edit an existing one.
A few action parameters will need to be filled in depending on the selected action type.
Add an action to the task node, for example sending a Kafka event to an integration:
{"test" : ${processInstanceId}, "title": "Test title"}
{"processInstanceId": ${processInstanceId}}
The nodes that support actions are task nodes, user task nodes, and send message/receive message tasks.
We use actions to add business decisions to the flow or link the process to custom integrations and plugins.
For more information about actions, check the following section:
To create an action:
Open FLOWX Designer and from the Processes tab select Definitions.
Select your process.
Click the Edit process button.
Add a new node/ edit an existing one.
A few action parameters will need to be filled in depending on the selected action type.
Add an action to the task node, for example sending a Kafka event to an integration:
{"test" : ${processInstanceId}, "title": "Test title"}
{"processInstanceId": ${processInstanceId}}
The nodes that support actions are task nodes, user task nodes, and send message/receive message tasks.