> 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/cloud-phone/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>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.bitbrowser.net/cloud-phone/rpa-guide/guide-graphic/flow-designer/exception-handling.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
