Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The JS7 - Fork / Join Instruction is used to execute jobs in parallel within a workflow. he Fork Instruction allows to create a number of parallel Branches including further instructions and jobs. When an order is executed in a workflow then it spawns child orders for the branches and waits for their completion. Only after completion of child orders the parent order will continue with the Join Instruction.

Workflow

The jdForkNested workflow contains nested branches each including a number of jobs. Jobs in parallel branches are executed in parallel.

...