Versions Compared

Key

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

Introduction

The JS7 - Try / Catch Instruction can be used for error handling in a workflow. If any job within a Try Instruction block fails then the jobs available from the Catch Instruction block will be executed. If no error occurs in the Try Instruction block then the jobs in the Catch Instruction block are skipped. If a job in a Catch Instruction block also fails then the order will be considered being failed. Nested try/catch blocks can be used for more complex error handling.

...