Stop RPA-Bot without getting a message

Hello, everybody,

I want to stop my RPA bot without getting a message.

If a = 1 then
the process is to be executed
Else
the process should stop without a message.
End If

The solutions in the forum do not bring me the desired result

1 Like

hi @Kytyzow some ways:
-leave the “else” field without any activity.
-use the kill process activity
-use the terminate workflow activity

1 Like

Hi @Kytyzow

You can read this article for your reference.

cheers :smiley:

Happy learning :smiley:

2 Likes