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 :
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