Workspace 6.21.5
|
This operation repeatedly executes the workflow and provides the ability to aggregate all elements in an ObjectArray.
Inputs: | |||
---|---|---|---|
Enable loop | bool | If true, the loop will execute multiple iterations, based on its control inputs. If false, the loop will execute a single iteration only. | |
Wrap | bool | If true, once the loop has completed its final iteration and satisfies its termination condition, it will restart executing from the first iteration again. This can be useful for UI-driven applications where continuous (but repeating) feedback loops are required. | |
Aggregated result | CSIRO::DataExecution::Dependency | ||
First iteration? | CSIRO::DataExecution::Dependency | ||
Index | int | ||
Array value | CSIRO::DataExecution::Dependency | ||
Object array | CSIRO::DataExecution::ObjectArray | The ObjectArray consisting of data to be aggregated in some manner. | |
Outputs: | |||
Aggregated result | CSIRO::DataExecution::Dependency |