Skip to main content
control.parallel_map, Iterate over an array with concurrent execution up to a limit

Configuration

Configuration fields sit at the step level (not inside with:).
items
string
required
Expression resolving to array
as
string
required
Variable name for current item
indexAs
string
Variable name for current index
concurrency
integer
default:"5"
Maximum concurrent executions (1-50, default 5)

Output

Results from each iteration (maintains original order)
Number of completed iterations
Total iterations