Versions Compared

Key

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

...

  • The Try/Catch Instruction adds error handling to a number of job nodes in a workflow.
  • If one of the jobs in the Try block fails, then the jobs in the Catch block are executed and otherwise those in the Try block are skipped.
  • If a job in a Catch block fails, then the order is considered being failed.

...

  • If the first or second job within the Try block fails then the jobs in the Catch block will be executed and otherwise are those in the Try block will be skipped.
  • If the jobs in the Catch block are executed successfully then the order continues will continue with the instruction after the Try-End node.

...