Skip to main content
Browse Documentation
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

NameData typeData formatDescription
idstringAn identifier for the event group, which must be unique within the workflow.
nameobjectlocalized valueThe friendly name given to the event group.

Example

This example shows an event group.

JSON
{ "id": "approveDecline", "name": { "en-GB": "Approve / decline" } }