Skip to main content

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.

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:

JSON
{
    "invokeAction": "validateEntry"
}
JSON
{
    "invokeAction": "publishEntry"
}
JSON
{
    "invokeAction": "updateEntry"
}

Still need help?

If you still need help after reading this article, don't hesitate to reach out to the Contensis community on Slack or raise a support ticket to get help from our team.
New support request