Describes how to use the execute action on data step

Description

Executes an action over the records returned by a query.

Category

Data

Inputs

Label Type Required Default Visibility Description

Entity

entity

yes

Always

The entity that the action belongs to.

Action

entityAction

yes

Always

The action to be executed.

Query

query

yes

config.entity

Filter to match the records to execute the action.

Data

dataBody

no

Always

Specific data to be sent to the action.

Wait task to finish

boolean

no

Always

Flag to set if the action should wait for the job to finish.

Outputs

Name Type Description

taskId

text

The task ID in charge of the execution of the action.

Sample

Execute action on data image.

The flow starts, the execute action on data step executes actions over records founded 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.

Back to top