Stop command for a process from another process
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-12-17 12:35 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-12-17 03:02 PM
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-12-17 03:10 PM
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.
