Versions Compared

Key

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

...

The AddOrder Instruction can be positioned located at any point position in a workflow.


Explanation:

  • This example makes use of an AddOrder Instruction in the middle of the workflow. This translates to the fact that the receiving workflow will be started in parallel to the current workflow after job1 has been executed.
  • The AddOrder Instruction can can be used within any other block instructions such as as JS7 - If InstructionJS7 - Fork-Join Instruction, etc.

...

  • This workflow specifies two variables booking_code and flight_destination.
  • As neither variable specifies a default value it is necessary for the calling workflow to add both arguments when using the AddOrder Instruction.

...

Resources

Display content by label
TypeHow To
Labelsjs7 howto add-order

...