cancel
Showing results for 
Search instead for 
Did you mean: 

How to hault or stop a running Process

BalakrishnaG
Level 4
Hi, I want to stop a running process in between. can you please suggest how to stop a running process without opening Process Studio...Is there any specific key which we can use that key to stop the process. Thanks, Bala.
2 REPLIES 2

VijayDodamani
Level 5
Hello Balakrishna, If you created the process by template provided by Blue Prism, then you can able to stop by checking ""IsStopRequested()"" value. This scenario is by default provided in process example.  or  you can create a session variable of Boolean and set false by default and set the variable value in control room to true.You need keep decision making for session variable value once after the ""reset global data"" action or you can say after one queue item complete and before picking up next value from queue. Please find an attached screenshot that. Thanks & Regards, Vijay Rudrappa Dodamani

John__Carter
Staff
Staff
isstoprequested can also be triggered from the command line