cancel
Showing results for 
Search instead for 
Did you mean: 

How can I stop the job via Automate C ?

Mupps-S
Level 4
Hi ,

what are the possible way to stop the running job in BP via AutomateC ?

------------------------------
Mupps S
------------------------------
1 REPLY 1

ewilson
Staff
Staff
Hello @Mupps S,

Take a look at the command line parameter documentation for AutomateC. You want to review the /requeststop option. Note, this does depend on your process being designed such that it occasionally calls IsStopRequested() function.

https://bpdocs.blueprism.com/bp-7-1/en-us/helpCommandLine.htm?Highlight=AutomateC

Alternatively, there is the HTTP interface available on every runtime resource. You can learn more about it and the commands it supports at the following links:

https://bpdocs.blueprism.com/bp-7-1/en-us/helpHTTPInterface.htm
https://bpdocs.blueprism.com/bp-7-1/en-us/helpResourcePCCommands.htm

If you know the specific runtime resource that's running the process you want to stop, you could use this interface along with the /stop option to stop the process/session in question.

Cheers,


------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------