Versions Compared

Key

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

...

  • The order enters the Catch block and executes jobs and instructions inside this block.
    • If job2b completes successfully then the order will leave the Catch block and will continue with job3.
    • If job2b fails then the order will be put in the failed state, will be stopped and will remain in the Catch block to wait for User Interventionuser intervention.
    • Consider that Try-Catch instructions can be nested, i.e. in a Catch block another Try-Catch instruction can be used for error handling.

...

This configuration will catch any errors occurring in jobs or instructions inside the Try block When entering the Catch block the order will leave the workflow and will carry a successful history History outcome.


Feature Status:

Display feature availability
StartingFromRelease2.5.0

...

This configuration will catch any errors occurring in jobs or instructions inside the Try block When entering the Catch block the order will leave the workflow and will carry a failed history History outcome.


Feature Status:

Display feature availability
StartingFromRelease2.5.0

...