HTTP - Management
Workflow definition event group
Created by c.neale, last modified by j.moore on 17 Dec 2020
Groups which events in workflow states are assigned to. These group functionally similar transitions between states (e.g. save, approveDecline, delete).
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.
{
"id": "save",
"name": {
"en-GB": "Save"
}
}