Versions Compared

Key

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

...

  • The Finish Instruction makes an order leave a workflow or branch of the JS7 - Fork-Join Instruction. The order is considered being to be completed and will assume a successful or unsuccessful outcome..
  • By default finished orders leave their workflow or branch with a successful outcome. Users can specify an unsuccessful outcome being to be assigned the to an order to make such orders appear in the JS7 - Order History with a failed history status.
  • For details see JS7 - Order State Transitions.

...

  • The workflow makes use of an If Instruction to check a previous job's return values. See JS7 - If Instruction for details of how to add expressions to If Instructions.
  • If the If Instruction evaluates to true then the the left-hand branch with the Finish Instruction is executed.
  • The order can optionally be assigned a message, for example to specify , specifying the reason for finishing the order.

...

  • If the If Instruction evaluates to false then the the right-hand branch with the Finish Instruction is executed.
  • The checkbox for Unsuccessful outcome is selected.
  • The order can optionally be assigned a message, for example to specify , specifying the reason for finishing the order.
  • Display feature availability
    StartingFromRelease2.5.0

...