Flow controls
Loop Break
Breaks the loop execution.
Type: loopBreak/v1
How is this guide?
Last updated on
Loop
Loops sequentially over list of items.
Map
Produces a new collection of values by mapping each value in list through defined task, in parallel. When execution is finished on all items, the `map` task will return a list of execution results in an order which corresponds to the order of the source list.