Description
Executes an action at entity level. This means that the action doesn't have any parameter to determine affected records.
Category
Data
Inputs
Label | Type | Required | Default | Visibility | Description |
---|---|---|---|---|---|
Entity |
|
yes |
Always |
The entity that the action belongs to. |
|
Action |
|
yes |
Always |
The action to be executed. |
|
Data |
|
no |
Always |
Specific data to be sent to the action. |
|
Wait task to finish |
|
no |
Always |
Flag to set if the action should wait for the task to finish. |
Outputs
Name | Type | Description |
---|---|---|
taskId |
|
The task ID in charge of the execution of the action. |
Sample

The flow starts, the execute global action step executes an action at entity level and then the execution finishes with the end step. In case of an error while executing the action, the error will be logged and the execution will finish.