cancel
Showing results for 
Search instead for 
Did you mean: 

Stop command for a process from another process

Hi, We are trying to allocate resources for processes and there is a need for a stop request from a master process for an ongoing process which has less priority than an incoming process. Can we stop a process from another process? Or how can we achieve a similar capability?  
2 REPLIES 2

Denis__Dennehy
Level 15
Blue Prism has a number of command line/telnet/http commands that include commands for starting and monitoring sessions as well as requesting stop (your process will need a stop decision as in the mandatory process templates). Another option i have designed previously was a stop request work queue where an item exists for a session when I want to stop it.

John__Carter
Staff
Staff
The command line API has the ability to issue a 'stop request', much like the control room operator can. However it assumes that the target process has in it a decision stage using the IsStopRequested() function.