Role permissions determine the options available to participants in WorkSpace.
| Permission | Maps to This in WorkSpace | Description | Design Dependency |
|---|---|---|---|
| Execute | Process icon in the Activity column in the instance list | Allows participants to process an instance. | none |
| Route | Send, Send To, Back buttons in the toolbar | Allows participants to send an instance to the next activity in the process, send an instance back to the previous activity in the process, and send an instance to a specific participant assigned to the role for the next activity in the process. | The back action is only available to a participant if an exception handler was included in the process design and an exception occurred that invoked the exception handler while the participant was executing the instance. |
| Suspend | Suspend/Resume buttons in the toolbar | Allows participants to pause a process at the instance activity and make the process unavailable to other users until resumed. | The suspend property must be defined for the activity in the process design. |
| Abort | Abort button in the toolbar | Allows participants to abort an instance. | The activity must be defined as abortable in the process design. |
| Delegate | Reassign/Delegate icon in the Description column in the instance list | Allows participants to reassign an instance to another participant with a lower rank. | none |
| Reassign | Grab/Ungrab buttons in the toolbar | Allows participants to grab an instance from another activity in the process. | The grab activity must be included in the process design or the activity must be defined as grabbable. |
| Escalate | Reassign/Escalate icon in the Description column in the instance list | Allows participants to reassign an instance to another participant with a higher rank. | none |
| Peer Assignment | Reassign/Peer Assign icon in the Description column in the instance list | Allows participants to reassign an instance to another participant with the same rank. | none |