Skip to content

Fork workflow operator

Purpose

The Fork operator passes its input to two or three blocks downstream.
It's useful when designing a parallel portion of the workflow where you need to process the same information with different models. You then use a Join block to merge the output of the models.

A Fork block must have one input connection and two or three output connections to other blocks to be considered valid.
It can be the first block of the workflow.

Output

The output of a Fork block replicates its input, the block is transparent from this point of view.

Block properties

A Fork operator block has these properties:

  • The unique block ID (read only)
  • Block name