common-invoke-workflow-by-path
Execute workflow actions on Sitecore items using their file paths to manage content approval processes and state transitions.
Instructions
Executes workflow action for a Sitecore item by its path.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The path of the item to have the workflow action executed. | |
| commandName | Yes | The name of the workflow command. | |
| comments | No | The comment to be saved in the history table for the action. | |
| language | No | The language that will be used as source language. | |
| database | No | The database containing the item (defaults to the context database). |