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 PlatformIT Service ManagementITSMProcessesT1Workflow 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
getRecord
Read the source incident by sys_id to capture the fields used to seed the problem record.
2
createProblem
createRecord
Create a new record in the problem table seeded from the source incident.
3
linkIncident
patchRecord
Patch the source incident to reference the new problem, linking the two records together.