Exception handling for application not responding

Hi Team,

Is there any way in UI Path or do we handle in exception handling if our application is not responding or hanged.
Eg: we automated a process for some outlook operations so how we will deal if sometimes it hanged or will not respond or the server is down.
In this case bot will not bale to perform automation. So how can we deal with his situation.

Hello @anil-kr,

You can identify the places where the exception is being generated.
After doing that you can place those activities inside the try activity and setup the catch clauses appropriately,like display a log message or even retry until you succeed!

1 Like

Thanks Risabh :slight_smile:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.