Requesting a stop externally
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-05-18 11:47 PM
I'm looking to be able to stop a running session on resource from outside of the Blue Prism control room. The control room has both immediate stops and stop requests, the latter being what I would like to execute. We can stop a resource via the http interface and sending a stop command, however that seems to be an immediate stop versus a stop request. Is there a way to issue a stop request specifically from outside of the Blue Prism control room?
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-05-18 05:11 PM
The most simple way to do it is just to create an excel or notepad file and read it. And when you want to stop process just write a specific word or symbol that process should end.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-05-18 10:53 PM
I was hoping there was a more intrinsic way of accomplishing that, but thank you for the suggestion. I'll probably end up pulling it from a SQL table.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-05-18 07:17 PM
Nick - this isn't quite what you're after but there is the command line switch /requeststop . For this to work you need to know the session ID, which you get as an output when you start the process via the command line, but otherwise the only way to find it out is by going in the DB, which puts you back where you started.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-05-18 10:21 PM
Thank you John, I didn't realize that was available on the command line. Just gave it a test and it seems to work great.
