Get Workflow Information
plone_get_workflow_infoRetrieve the current workflow state and available transitions for any Plone content item by specifying its path.
Instructions
Shows the current workflow state (e.g., 'Published', 'Private') and available transitions for a content item. Example: plone_get_workflow_info({path: '/my-document'})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the content |