Versions Compared

Key

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

...

The basic way how to use the Try-Catch Instruction includes

  • to add adding any number of jobs or other workflow instructions to the Try block
  • to use using an empty Catch block.

This configuration will catch any errors occurring in jobs or instructions inside the Try block:

...

  • to add any number of jobs or other workflow instructions to the Try block
  • to use a Catch block that includes one or more jobs or other workflow instructions that act to recover are aimed at recovering from a previously failed job.

...