Versions Compared

Key

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

...

  • The Fork Instruction is used for two parallel branches, the names of the branches can be specified.
  • After child orders for both branches are arriving with the Join Instruction then the parent order will continue with the next jobnode.

Nested Fork/Join

Download Workflow Example: pwdForkNested.json



The Workflows view View for the above workflow will display parallel child orders like this:

...

Explanations:

  • The Workflows view View shows three levels of orders: the parent order sitting with the initial Fork Instruction and two levels of child orders passing their respective branches.
  • As soon as the inner child orders are completed then the outer level of parent orders continues and completes respectively.

...