utility:for each
Version: 0.0.0
Description
Allows to write a loop over a chunk of operators.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | iterable | Either the result of the make_iterable_info operator, or the operator that must be incremented. | |
| Pin 1 | iterable_values | ||
| Pin 2 | pin_index | int32 | |
| Pin 3 Required | forward |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | empty | ||
| Pin 3 | output |
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| evaluate_inputs_before_run | bool | false | If this option is set to true, all input pins of the operator will be evaluated before entering the run method to maintain a correct Operator status. |
| mutex | bool | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
Scripting
Category: utility
Plugin: core
Scripting name: for_each
Full name: utility.for_each
Internal name: for_each
License: None
Changelog
- Version 0.0.0: Initial release.