Designer 10.15 | webMethods BPM Process Development Help | Process Engine Processing | Process Cancellation
 
Process Cancellation
At design time, you can designate a step in a process as the cancel handler step (similar to the process error handler step); the Process Engine executes the specified task upon cancellation.
When the user cancels a process instance from webMethods Monitor or with the pub.prt.admin:changeProcessStatus service:
*If a cancel handler step is specified, the cancel handler step is executed along with any steps downstream from the cancel step. All other process activities are stopped.
*If a cancel handler step is not specified, all process activities are stopped and the process instance is canceled with no further action.
Note:
Any running steps will not be interrupted and will continue running until they attempt the next transition.
For more information about designating a cancel handler step, see Configuring a Process.
Related Topics