ServiceNow · Arazzo Workflow
ServiceNow Create Problem From Incident
Version 1.0.0
Read a source incident, open a problem record from it, then link the incident to the problem.
View Spec
View on GitHub
AutomationCloud ServicesDigital WorkflowsEnterprise PlatformITSMProcessesT1Workflow-AutomationWorkflowsArazzoWorkflows
Provider
Workflows
create-problem-from-incident
Escalate an incident into a problem and link them.
Reads a source incident, creates a problem from it, and links the incident back to the new problem record.
1
getIncident
Read the source incident by sys_id to capture the fields used to seed the problem record.
2
createProblem
Create a new record in the problem table seeded from the source incident.
3
linkIncident
Patch the source incident to reference the new problem, linking the two records together.
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.