You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

Purpose

  • Add 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 are skipped.
  • If a job in a Catch block fails, then the order is considered being failed.

Workflow Instruction: Try/Catch



Explanations

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


  • No labels