Is there a way to use RE Framework’s Retry mechanism somehow?
The process although failing is always marked as “Successful” in Orchestrator ==> Although I’m throwing Business Exception. Why?
So what I want to achieve:
At first I open an application ==> Then I use this application and set focus on it. This application is very unstable and wonky so sometimes it just resizes the window of the software to a very tiny window. Maximize Activity or any other tricks doesn’t work. It’s just the way it is with this custom software.
So what I want to achieve now is, if that happens, the code throws and then retry from start to end: close all applications, open them again and start again. This is because the resizing happens just sometimes. So when I retry 3 times or so it should always work. But I can’t figure out how to use Retry in this “Custom” version of RE Framework.
If you need any more details please let me know. Very much appreciate your help. Thx
that looks very promising. Unfortunately I don’t have the “Get Transaction Data” anymore since I deleted it as stated in the tutorial for linear process.
drag this system Exception line back to “Initialization” state, and also make sure that your initialization state kills and logs in to your application, so that if theres a timeout (system exception) , the robot will kill your application and login again