loop - run an action within a loop#
Note
This article is about a specific action.
On how to call actions in general, refer to Calling actions.
Overview#
This action executes another action in the repetitive manner. Failure criteria for the step are the same as for a subflow step, since the action is actually translated into one.
Parameters#
Name |
Type |
Description |
|---|---|---|
|
mapping |
Action specification to be executed within the loop. |
|
mapping |
Loop variables definitions, e.g. |
|
string |
Explicitly set strategy to be used within the loop subflow. |
|
boolean |
Explicitly set dependency mode to be used within the loop subflow. |
Outcomes injection#
Basically the same as for the subflow action type.