Workspace 6.21.5
RunOperationsInParallel

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.

  • Default label: "Run operations in parallel"
  • Member of plug-in: Built-in
  • Catalogue path: Builtin
Inputs:
Clone inputsboolClone 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 executionboolAllow remote execution may use workspace server's listed in 'Parallel & remote execution' setting.
Parallel operationsArrayCSIRO::DataExecution::Dependency

Operations that may run in parallel.