Back to class · Class 05 · Class05–Advanced Process Automation with BIZUIT

Lesson 6 of 10

Unit 4: Error Handling

Control de Errores

In this unit, we will learn to manage errors in BIZUIT Designer to ensure the stability and reliability of processes. We will see how to implement error handling at the process level to capture critical exceptions that halt the global flow and explore its use in real scenarios.

We will also discover how to handle errors locally using the Sequence activity, which will allow us to isolate issues without affecting the rest of the flow. Finally, we will get to know the Exception activity, a tool for throwing custom errors and validating business rules at runtime.

Process-Level Error Handling

Scoped Error Handling

Exception Activity

Summary and Conclusion