> For the complete documentation index, see [llms.txt](https://doc.bitbrowser.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.bitbrowser.net/bitcloudphone/bitcloudphone-android/rpa-guide/guide-graphic/flow-designer/exception-handling.md).

# Exception Handling

It is divided into two types: **Global Exception Handling** and **Single Element Node Exception Handling**.

Global Exception Handling applies to **all tasks**. Newly created processes follow global rules by default. If global rules are not adopted, execution will follow the custom configuration of individual element nodes separately.

#### Global Exception Handling Strategy

When an error occurs during node execution and the node is configured to *Follow Global Rules*, exceptions will be handled according to this strategy.

**Skip** Ignore the error of the current node and continue executing the next node.

**Interrupt** Stop the entire process execution and mark the task as failed.

**Rollback** Roll back to the previous node and execute it again.

***

#### Notes

* Each node can be configured with an independent exception handling strategy, which takes priority over global settings.
* Nodes set to **Execute Exception Process** will display an exception output endpoint for connecting to the exception handling process.

<figure><img src="/files/8D4b0RXpIGnxDEoGP1Ax" alt=""><figcaption></figcaption></figure>
