common-invoke-workflow-by-id
Execute workflow actions on Sitecore content items by ID to manage content approval processes. Specify workflow commands and comments to control item progression.
Instructions
Executes workflow action for a Sitecore item by its ID.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID 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). |