request stop via telnet or http
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-09-18 06:45 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-09-18 08:56 AM
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-09-18 01:47 AM
It's a good idea, i will try to modify the process.
Thank you
