Request Stop vs Immediate Stop
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-02-18 04:40 PM
Hi!
What is the difference between request stop and immediate stop?
Thanks!
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-02-18 04:47 PM
Request Stop is related to the IsStopRequested() function that can be used in a Decision stage. By default the function returnes False, but when the control room user issues the Request Stop command, the output of the function changes to True. This enables the process designer to create a pathway based on IsStopRequested() that allows the process to gracefully come to an early end. By contrast, Immediate Stop is what it sounds like - a brutal command to stop right now, regardless of what the process is currently doing.
