The global exception handle applies to every workflow in a project, you can only have one in a project.
It also doesnt work properly, it works as a First Chance Exception handler so fires any time an exception occurs, even if the error is part of a try catch, so its not very useful for handling exceptions, just for logging and debugging.
Ans: Only one per automation project.
UiPath allows only one Global Exception Handler per automation project. It is designed to catch unexpected, unhandled exceptions across the entire project, not per file or workflow.
Happy Automation
Hey @nevesisabela963 the answer is
4 -only one per automation project.
- The Global Exception Handler is a special workflow that handles any unhandled exceptions that occur during the execution of your entire automation project.
- It allows you to centralize error handling logic (e.g., logging, retrying, or sending notifications) for any activity that causes an exception.
hope this help you ..
I selected “only one per automation project” as the answer, but it was marked as incorrect.
The practice test sometimes show correct answers also incorrect. Don’t worry about it. Have a clear understanding of the topic and answer what you experience is right.
Ans: Only one per automation project.
Some answers are incorrect you can report to UiPath.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.