When editing RPA workflows, execution failures may occur for various reasons.
Exception handling allows you to define how failed workflow steps are handled. Most functions support exception handling, as shown below.
Follow Global Settings
In task settings, a global exception handling policy can be configured.
By default, workflows follow the global handling policy.

Skip
When an exception occurs, no action is taken and the workflow continues to execute the subsequent steps
Interrupt
When an exception occurs, execution is terminated and the task ends immediately.
Execute Exception Workflow
When a failure occurs, an alternative workflow can be executed.
