cancel
Showing results for 
Search instead for 
Did you mean: 

request stop via telnet or http

MaurizioTranqui
Level 4
Hi everyone, I need to send the stop request instruction via HTTP GET (or POST). Is there a command or is it not available?
2 REPLIES 2

Mike__Lowe
Staff
Staff
I would check out the help file within BP to see what interface commands are available.   There is a ""Stop"" command that takes a process ID. however this will force a stop and not gracefully end the process. I would instead look at updating a ""Stop"" session variable using the ""setvar"" command. This would allow you to build it into your process template and provide a way to cleanly stop the process after the current case has completed.

MaurizioTranqui
Level 4
It's a good idea, i will try to modify the process. Thank you