RE Framework System Exception - Multiple Application

Description

Hello Experts,

Can anyone guide me to deal with the System exception with complex projects using RE Framework. Let us say that we have 5 applications which includes Desktop and Web application.
Launching the application related system exception, we can handle with Init State.
However, if the project includes multiple navigation across all applications,
How can we handle the system exception occurs at the middle of any application inside the Process Transaction State. What are all the best ways to handle this system exception.

  1. If we are not making any changes to the default RE Framework and if we set the Query Retry as 3 on Orchestrator queue, bot will close all applications including the applications which works fine and launch all of them again. This will happen 3 times if retry is failing again. What is the simple and best exception handling method for this?.

Please suggest all the possible simple and best ways of handling the exception using RE Framework. I can understand that every developer uses their own way of writing the code, it would be very helpful if i get the commonly used mechanism.

Link

Date

2024-08-17

Related UiPath products

Studio

Hi!

I would consider breaking the process down into several smaller subprocesses utilizing the reframework for each of them, but populating the queue for the next process at the end of each transaction.

Or you could have a global dictionary that keeps track of each of the applications status, and then using a switch or an else if to determine which ones you want to restart.