Returns the integer representation of a single permission value. The permissions values are used when a participant is assigned to a role. You have to define what kind of permissions or actions the participant can do within a role. The permissions are stored as bits of an integer value.
| Permission Char | Description | Integer |
|---|---|---|
| "X" | Execute | 1 |
| "R" | Route | 2 |
| "S" | Suspend | 4 |
| "A" | Abort | 8 |
| "D" | Delegate | 16 |
| "G" | Grab (re-assign) | 32 |
| "E" | Escalate | 64 |
| "P" | Peer assign | 128 |
The search is not case sensitive.
| Name | Type | Description | Mode |
|---|---|---|---|
| permission | String | in |