publish_article
Update a knowledge article's workflow state to published, draft, review, or another status, ensuring correct publication via the platform's flow.
Instructions
Change a knowledge article's workflow state (defaults to published). NOTE: confirmed on this PDI that a direct field write silently reverts to draft — article state appears governed by the platform's own publish flow, not settable via a bare Table API write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| article_id | Yes | sys_id of the article to publish | |
| workflow_state | No | Choice label/value: draft, review, scheduled_publish, published, pending_retirement, retired, outdated | published |
| workflow_version | No |