Versions Compared

Key

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

...

  • By default finished orders leave the workflow or branch with an unchanged outcome.
    • If a Finish Instruction is used in the Catch block of a JS7 - Try-Catch Instruction then by default the outcome will be unsuccessful successful as previously an error occurreda previous error is caught before the Finish Instruction is executed..
    • Other occurrences of the the Finish Instruction, for example in a JS7 - If Instruction, by default will result in a successful the Finish Instruction will pick up the order's successful or unsuccessful outcome.
  • Users can specify a successful outcome to be forced for any on an order from the occurrence of the Finish Instruction.
  • Users can specify an unsuccessful outcome to be assigned to an order to make such forced on an order from the occurrence of the Finish Instruction. Such orders appear in the Order History with a failed history status.

...