Execute Workflow Transition
plone_transition_workflowApply a workflow transition, such as publish or submit, to a Plone content item by specifying its path. Automates content lifecycle changes.
Instructions
Changes the workflow state of a content item by executing a specific transition, like 'publish' or 'submit'. Example: plone_transition_workflow({path: '/my-document', transition: 'publish'})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the content | |
| comment | No | Comment for the transition | |
| transition | Yes | Workflow transition to execute |