Suspending a Process Instance
You can suspend activity in a process instance, which causes all work items that are associated with that process instance to also become suspended, and the process flow is halted at that point. Work items that are suspended cannot be worked on, for example, they cannot be opened, allocated, re-offered, nor cancelled.
Note:
If a work item is already open when the process instance is suspended, the work item can still be cancelled, closed or submitted:
- If cancelled, any changes made on the work item form are discarded and the work item is returned to the work item list with a SUSPENDED state.
- If closed, any changes made on the work item form are saved, and the work item is returned to the work item list with a state of SUSPENDED.
- If submitted, any new work items that result from the process flow appear in the appropriate work item lists, but they will have a SUSPENDED state.
The suspended work items cannot be worked on until the process instance is resumed — see Resuming a Suspended Process Instance.
Procedure
Copyright © Cloud Software Group, Inc. All rights reserved.