Workflow event group
Log in to add to favouritesPage last updated 24 September 2021
Properties
| Name | Type | 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
{
"id": "approveDecline",
"name": {
"en-GB": "Approve / decline"
}
}