ServiceNow · Arazzo Workflow
ServiceNow Add Incident Work Note
Version 1.0.0
Find an incident by number, read it, then append a work note and reassign it.
View Spec
View on GitHub
AutomationCloud ServicesDigital WorkflowsEnterprise PlatformITSMProcessesT1Workflow-AutomationWorkflowsArazzoWorkflows
Provider
Workflows
add-incident-worknote
Locate an incident by number and append a work note while reassigning it.
Queries the incident table by number and, when a match exists, appends a work note and updates the assignment group.
1
findIncident
Search the incident table for a single record whose number matches the supplied value.
2
getIncident
Read the matched incident back by sys_id to confirm it is available before annotating it.
3
annotateIncident
Patch the incident to append a work note and reassign it. Writing to the work_notes journal field appends a new entry rather than overwriting.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.