loginerror
(Maciej Kuźmicz)
November 28, 2018, 8:33pm
25
Hi @amithvs
EDIT. I think my answer was not on point. If you’d like to execute a command like that:
Window.Close
you can do so with Invoke Code activity:
The new feature of Global Exception Handler might be your answer. It was introduced in the 2018.4 Community Edition. You can find more information here:
We have improved the debugging options in 18.3 but we didn’t stop there. In Studio there were still few options to inspect an exception in a workflow when an error occurs (Try Catch was a life saver so far). So your feedback helped us come up with the Global Exception Handler.
What is it?
Some workflow executions might fail from unforeseen events that can happen at any time, i.e. application pop-ups, automated updates, OS notifications etc.This feature will help you execute a workflow/logic ev…
and here:
The UiPath Documentation Portal - the home of all our valuable information. Find here everything you need to guide you in your automation journey in the UiPath ecosystem, from complex installation guides to quick tutorials, to practical business...
3 Likes