ServiceNow · Arazzo Workflow
ServiceNow Close Problem
Version 1.0.0
Find a problem by number, read it, then close it with a resolution code and notes.
View Spec
View on GitHub
AutomationCloud ServicesDigital WorkflowsEnterprise PlatformITSMProcessesT1Workflow-AutomationWorkflowsArazzoWorkflows
Provider
Workflows
close-problem
Locate a problem by number and close it with a resolution.
Queries the problem table by number and, when a match exists, closes the problem with a resolution code and notes.
1
findProblem
Search the problem table for a single record whose number matches the supplied value.
2
getProblem
Read the matched problem back by sys_id to confirm it is still open before closing it.
3
closeProblem
Patch the problem into a closed state with the supplied resolution 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.