ServiceNow · Arazzo Workflow
ServiceNow Create Incident Then Triage
Version 1.0.0
Create an incident via the Table API, read it back, then update its state and assignment.
View Spec
View on GitHub
AutomationCloud ServicesDigital WorkflowsEnterprise PlatformIT Service ManagementITSMProcessesT1Workflow AutomationWorkflowsArazzoWorkflows
Provider
Workflows
create-incident-then-update
Create an incident record and immediately triage it.
Creates an incident in the incident table, retrieves it by sys_id, and patches it with a new state, priority, and assignment group.
1
createIncident
createRecord
Create a new record in the incident table using the supplied caller and description fields.
2
getIncident
getRecord
Read the newly created incident back by its sys_id to confirm it was persisted before applying triage changes.
3
triageIncident
patchRecord
Patch the incident with its triaged state, priority, and assignment group. Only the supplied fields are modified.