How can I stop the job via Automate C ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-12-22 03:55 AM
Hi ,
what are the possible way to stop the running job in BP via AutomateC ?
------------------------------
Mupps S
------------------------------
what are the possible way to stop the running job in BP via AutomateC ?
------------------------------
Mupps S
------------------------------
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-12-22 11:47 AM
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
------------------------------
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
------------------------------
