How to stop automation process with button in UIPath Apps?

Hello,
I created an automation workflow and then integrated it with UiPath apps, so when I press the ‘Start’ button, the workflow successfully running.

However, I haven’t found a way to stop the workflow if I press the ‘stop’ button. Is it possible to do that?

this is what I’ve done to start the process with ‘start’ button :

@zahranabilafalenanda

There is no direct way to stop a process

What you can do is to call another process or start another process in which we can use orchestrator api request and send a stop signal or kill signal to the process which you want to stop

Cheers

It worked! thank you!

1 Like

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