Parallel Chunk Start

Represents the start of a parallel chunked flow. Upon execution, it splits the input data into equally sized chunks and executes the body (terminated by the Parallel Chunk End) in parallel, each processing one chunk. The chunk count can be customized in the configuration dialog.

Options

Chunk count configuration
Select how to determine the number of chunks for parallel processing.
  • Automatic: Determine chunk count automatically based on available processors.
  • Custom: Specify a custom number of chunks for parallel processing.
Number of chunks
Specify the number of equally sized chunks that the input data will be split into for parallel processing.

Input Ports

Icon
The input data, split into chunks by the node.

Output Ports

Icon
A representation of the data chunk that is processed by the parallel branch workflow body.

Views

This node has no views

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.