ServiceNow · Arazzo Workflow
ServiceNow Publish Knowledge Article
Version 1.0.0
Create a knowledge article draft on the kb_knowledge table, read it, then publish it.
View Spec
View on GitHub
AutomationCloud ServicesDigital WorkflowsEnterprise PlatformIT Service ManagementITSMProcessesT1Workflow AutomationWorkflowsArazzoWorkflows
Provider
Workflows
publish-knowledge-article
Author a knowledge article draft and publish it.
Creates a kb_knowledge draft, reads it back, and moves it to a published state.
1
createDraft
createRecord
Create a draft article in the kb_knowledge table.
2
getArticle
getRecord
Read the draft article back by sys_id to confirm it persisted before publishing.
3
publishArticle
patchRecord
Patch the article's workflow_state to move it into the published state.