Page History
...
The JS7 - Fork / Join Instruction is used to execute jobs in parallel within a workflow. The Fork Instruction allows is used to create a number of parallel Branches to be created. These may include 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. It is only after completion of the child orders that the parent order will continue with the Join Instruction..
...
Overview
Content Tools