Table of Contents |
---|
Purpose
...
Introduction
- 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 are skipped.
- If a job in a Catch block fails, then the order is considered to have being failed.
Feature Video
This video explains how to automate the handling of job errors in workflows.
...