ServiceNow · Arazzo Workflow
ServiceNow Resolve Incident
Version 1.0.0
Find an open incident by number, read it, then resolve it with a close code and notes.
View Spec
View on GitHub
AutomationCloud ServicesDigital WorkflowsEnterprise PlatformIT Service ManagementITSMProcessesT1Workflow AutomationWorkflowsArazzoWorkflows
Provider
Workflows
resolve-incident
Locate an incident by number and move it to a resolved state.
Queries the incident table by number, and when a match exists, patches the incident with a resolved state, close code, and close notes.
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 its sys_id to confirm it is still available before resolving it.
3
resolveIncident
patchRecord
Patch the incident into a resolved state with the supplied close code and close notes.