HTTP - Management
Workflow UI Editor Views
Created by c.neale, last modified by j.moore on 17 Dec 2020
Views in the Contensis UI editor for an entry. These can be specified for each workflow state.
Properties
Name | Data type | Description |
---|---|---|
default | string | The default entry view. |
previousPublishedVersionCompare | string | The entry is displayed alongside its previous version in order to compare which fields have changed. |
Example
This example shows the UI Editor View being used in a workflow definition state
{
"id": "versionComplete",
"name": {
"en-GB": ""
},
"entryActions": [],
"events": [
{
"id": "sysUpdate",
"name": {
"en-GB": "Save"
},
"description": {},
"transitionTo": "draft",
"exitActions": null,
"color": "blue",
"groupId": "save",
"uiAction": "none",
"parameters": []
},
{
"id": "sysDelete",
"name": {},
"description": {},
"transitionTo": null,
"exitActions": null,
"color": "blue",
"groupId": "delete",
"uiAction": "none",
"parameters": []
}
],
"color": "green",
"uiEditorView": "default"
}