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 PlatformITSMProcessesT1Workflow-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
Search the incident table for a single record whose number matches the supplied value.
2
getIncident
Read the matched incident back by its sys_id to confirm it is still available before resolving it.
3
resolveIncident
Patch the incident into a resolved state with the supplied close code and close notes.
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.