Workspace 6.21.5
|
The ConditionalLoop operation, similar to the ForLoop operation, provides Workspace with a mechanism of repeatedly executing a "loop" of sub-components of a workflow. As long as the "Keep looping" output condition is true, the operation will repeatedly execute its contents.
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. | |
Data | CSIRO::DataExecution::Dependency | ||
First iteration? | CSIRO::DataExecution::Dependency | ||
Outputs: | |||
Keep looping? | bool | ||
Data | CSIRO::DataExecution::Dependency |