HTTP - Management
Workflow event group
Created by c.neale, last modified by r.saunders on 22 Sep 2021
Groups events in workflow. This enables you to group together events which you want to permission together. Permissions are setup in the roles administration screens.
Properties
Name | Data type | Data format | Description |
---|---|---|---|
id | string | An identifier for the event group, which must be unique within the workflow. | |
name | object | localized value | The friendly name given to the event group. |
Example
This example shows an event group.
JSON
{
"id": "approveDecline",
"name": {
"en-GB": "Approve / decline"
}
}