Workflow actions
Log in to add to favouritesAn 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.
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. |
Examples
The permitted actions are:
{
"invokeAction": "validateEntry"
}
{
"invokeAction": "publishEntry"
}
{
"invokeAction": "updateEntry"
}