Action Callback | ACTION_CALLBACK
From within a defined action data flow, this action will return data back to the caller data flow.
Properties
Event Key
eventKey
Connector actions may have multiple callback triggers. This is the identifier that the ACTION_CALLBACK process action will send to waiting ACTION_HANDLER processes to trigger their execution.
Fields
fields
A set of records that are used to define process data keys that are to be included when executing various actions.
Field Key
fields[].key
Where to find or set the data in the process data. Uses dot notation conventions.
Value ${}
fields[].value
The value to set in the process data. Accepts template syntax.