Workflow editor
Log in to add to favouritesProperties
Name | Type | Format | Description |
---|---|---|---|
id | string | - | The identifier for the editor. This should be set to "multiline" for the mulitline editor. |
instructions | object | localized value | Instructions to be displyed in the Contensis UI when the parent event is triggered. |
properties | object | - | This should be set to null. |
Example
This example shows the multiline editor as used in a workflow definition.
{
"id": "multiline",
"instructions": {
"en-GB": "Optionally include a message to let an approver understand your changes"
}