HTTP - Management
Workflow actions
Created by c.neale, last updated 24 Sep 2020
An action which is performed on an entry when it enters or leaves a workflow state. Entry actions are specified in the workflow state and exit actions are specified in the workflow state event.
Remarks
Supported actions
The following list contains the actions that are currently supported:
Exit action | Description |
validateEntry | Causes the entry's fields to be validated. |
publishEntry | Causes the entry to be published. |
updateEntry | Causes the entry to be updated and any changes to be saved. |
Property
Example
The permitted actions are:
{
"invokeAction": "validateEntry"
}
{
"invokeAction": "publishEntry"
}
{
"invokeAction": "updateEntry"
}