Skip to content

Parallel Execution Node

Purpose of the Node

The Parallel Execution Node is designed to execute multiple connected nodes in parallel, either using tasks or threads, based on the configuration. This allows for efficient handling of multiple workflows at once.

Pins

Pin NamePin DescriptionPin TypeValue Type
StartTrigger pin to start the parallel execution.Execution-
ThreadsConfigures whether to use tasks or threads for parallel execution. Valid values are “tasks” and “threads”.String-
DoneOutput pin indicating that all parallel executions are complete.Execution-
OutputOutputs the results of the parallel executions.Execution-
OutputOutputs the results of the parallel executions.Execution-