control.parallel_map, Iterate over an array with concurrent execution up to a limit
Configuration
Configuration fields sit at the step level (not insidewith:).
string
required
Expression resolving to array
string
required
Variable name for current item
string
Variable name for current index
integer
default:"5"
Maximum concurrent executions (1-50, default 5)
Output
Results from each iteration (maintains original order)
Number of completed iterations
Total iterations