Skip to main content

Workflow definition event

Log in to add to favourites

Properties

Example

JSON
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{ "id": "submit", "name": { "en-GB": "Send for approval" }, "description": { "en-GB": "Send the entry for approval" }, "transitionTo": "awaitingApproval", "exitActions": [ { "invokeAction": "validateEntry" } ], "color": "blue", "groupId": "submitRevoke", "uiAction": "navigateToEntryListing", "parameters": [ { "id": "message", "name": { "en-GB": "Add an optional message for the approver" }, "dataType": "string", "dataFormat": null, "description": { "en-GB": "The message included with the entry submission" }, "default": null, "validations": {}, "editor": { "id": "multiline", "instructions": { "en-GB": "Optionally include a message to let an approver understand your changes" }, "properties": null } } ] }

Still need help?

New support request