Question
2
Replies
90
Views
Posted: October 17, 2017
Last activity: October 21, 2017
How to stop BOT in middle of Process
Hi Folks,
I have a requirement to have stop button in UI. How can I stop existing the process which I have started?
Current scenario: In below Process, Bot is currently in Process B and Process should be stopped once I click on "stop button".
Start button clicked -> Automation A (successful) - > Automation B (Processing) - > Automation C
Thanks,
Jay
Hi,
Use Activities to cancel the process in between.
To do that use CancelActivity method.
Thanks,