Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor changes

...

Download Workflow Example: pdwFork.json



ExplanationsExplanation:

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

...

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



ExplanationsExplanation:

  • The Workflows 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.

...