Workspace 6.21.5
|
Run an array of operations in parallel. Individual operations directly connected to the Parallel Operation input array will be executed in parallel. If you want to run a sequence of operations as an input then place them in a atomic nested workflow andconnect the Dependency output of the nested workflow to the Parallel operations input array.
Inputs: | |||
---|---|---|---|
Clone inputs | bool | Clone inputs to make the parallelized workflows have no direct reference to any data in the other workflow. If the workflow and UI never touch data passed to parallelized workflows, it will be safe to disable it. The trade-off is safety vs. performance, especially when large datasets area handled by parallelized workflows. | |
Allow remote execution | bool | Allow remote execution may use workspace server's listed in 'Parallel & remote execution' setting. | |
Parallel operations | Array | CSIRO::DataExecution::Dependency | Operations that may run in parallel. |