ByteChef LogoByteChef

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.

Type: map/v1


Properties

NameLabelTypeDescriptionRequired
itemsList of itemsARRAY
Items []
List of items to iterate over.false

How is this guide?

Last updated on

On this page