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 PlatformIT Service ManagementITSMProcessesT1Workflow 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
listRecords
Search the problem table for a single record whose number matches the supplied value.
2
getProblem
getRecord
Read the matched problem back by sys_id to confirm it is still open before closing it.
3
closeProblem
patchRecord
Patch the problem into a closed state with the supplied resolution code and close notes.