StepMany¶
Name | Mandatory | Description | Default | Type |
---|---|---|---|---|
⬅️ Input |
This shard takes a sequence of values as input. Each value from the sequence is provided as input to its corresponding copy of the scheduled Wire. The total number of copies of the specified Wire scheduled, will be the same as the number of elements in the sequence provided. | [Any] |
||
Output ➡️ |
This shard returns the output of all the scheduled copies in a sequence. (Note that the output of the copies of the specified Wire might change as their states progresses. Thus the Type of the of the output of this shard should always be checked or converted to the appropriate Type.) | [Any] |
||
Wire |
No | The Wire to create copies of and progress concurrently. | None |
None Wire [Wire] [Shard] [[Shard]] |
This shard takes a sequence of values as input, schedules multiple copies of the specified Wire and progresses their states concurrently. This means that a pause in any copy of the specified Wire, will not pause the parent Wire's execution. Each value from the sequence is provided as input to its corresponding copy of the specified Wire. The shard then returns a sequence of values containing the output of all scheduled copies.