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

Compare with Current View Page History

« Previous Version 3 Next »

Purpose

  • Add error handling to a number of nodes in a workflow.
  • If one of the jobs in the "try" block fails, then the jobs in the "catch" block are executed.
  • If a job in a "catch" block fails, then the order is considered being failed.

Workflow


  • No labels