コンテンツにスキップ

Concurrent For Each Loop

このコンテンツはまだ日本語訳がありません。

Iteratively executes contained nodes concurrently for each element in an array or map.

PortDescription
Initiates the loop.
invalid port type: iterable
Worker Count
Number of workers to use for concurrent execution.
PortDescription
Body
Executes on each iteration.
Key
A number index or key of a map.
Value
The value of the item
Completed
Executes upon completion of the loop.

ID: core/concurrent-for-each-loop@v1