ServiceNow · Arazzo Workflow
ServiceNow Escalate Trouble Ticket
Version 1.0.0
Find an open trouble ticket by type, read it, then raise its severity to escalate.
View Spec
View on GitHub
AutomationCloud ServicesDigital WorkflowsEnterprise PlatformIT Service ManagementITSMProcessesT1Workflow AutomationWorkflowsArazzoWorkflows
Provider
Workflows
escalate-trouble-ticket
Locate an open trouble ticket and escalate its severity.
Lists trouble tickets by type and status and, when one exists, escalates the first match by raising its severity.
1
findTickets
getTroubleTickets
List trouble tickets filtered by type and status, limited to a single candidate for escalation.
2
getTicket
getTroubleTicketById
Read the candidate trouble ticket back by id to confirm it is still open before escalating.
3
escalateTicket
updateTroubleTicket
Raise the trouble ticket's severity to escalate the issue.