Stopping a process in UiPath

Hi all, I have a question, I want to stop a process without showing any error messages using an activity? Which one should I use and how? I will give the solution :slight_smile:

There are none. Your logic/flow has to simply end.

This is what I mean. You have to use Try/Catches to properly handle errors, and then use the logic to get to the end (here it’s End Process on the right). There’s not terminate or anything inside End Process, it just does those steps and there’s nothing else to do in the flow so it ends.

I will do that. Thanks

czw., 13.01.2022, 22:47 użytkownik Paul via UiPath Community Forum <uipath@discoursemail.com> napisał:

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