The activity that a node has to handle is defined using an action. These can have various types, they can be used to specify the communication details for plugins or integrations.
parentName
field on the action for callbacks. Callback actions are performed when a specific message is received by the Engine, indicated by the callbacksForAction
header in the message. To run actions immediately after the parent action, set the autoRunChildren
flag to true for the parent action.autoRunChildren
, set to false
by default. When this flag is set to true
, the child actions (the ones defined as mandatory and automatic) will be run immediately after the execution of the parent action is finalized.
callbacksForAction
.
callbacksForAction
- the value of this key is a string that specifies a callback action associated with the “upload_file” destination ID. This is part of an event-driven system (Kafka send action) where this callback will be called once the “upload_file” action is completed.