Flow controls
Error Handler
Triggers an error branch with an error object if an exception occurs in the main branch.
Type: on-error/v1
How is this guide?
Last updated on
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.
Parallel
Run collection of tasks in parallel, without waiting until the previous function has completed.