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
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
hi @Kytyzow some ways:
-leave the “else” field without any activity.
-use the kill process activity
-use the terminate workflow activity