I have a process built in REFramework that has started getting stuck when a system timeout popup comes up. I think I need a Try Catch to handle the scenario, but I wasn’t 100% sure how to set it up. The popup appears when invoking the Search workflow.
I did add an element exists activity to ID the popup. I wasn’t sure if the best approach from that point was IF - Timeout exists → Click and Throw, or Try Catch the process. I want to capture the timeout for the logs.