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