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 PlatformIT Service ManagementITSMProcessesT1Workflow 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
listRecords
Search the incident table for a single record whose number matches the supplied value.
2
getIncident
getRecord
Read the matched incident back by sys_id to confirm it is available before annotating it.
3
annotateIncident
patchRecord
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.