What should I put at the end of my process to avoid having a "Failed process message" once the robot has finished running?

What should I put at the end of my process (under UiPath Studio) in order to avoid having a “Failed process message” once the robot has finished running under Uipath assistant?

Should I use Terminate workflow activity?

Hi @mce

Try Exception handling using Try/catch and Catch the Exception!

Regards

Oh I finally was able to resolve myself using a simple Kill process (process name: “UiPath.Assistant.exe”)

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