ServiceNow · Arazzo Workflow
ServiceNow Create Trouble Ticket Then Update
Version 1.0.0
Create a trouble ticket, read it back by id, then update its status and severity.
View Spec
View on GitHub
AutomationCloud ServicesDigital WorkflowsEnterprise PlatformIT Service ManagementITSMProcessesT1Workflow AutomationWorkflowsArazzoWorkflows
Provider
Workflows
create-trouble-ticket-then-update
Open a trouble ticket and progress its status.
Creates a trouble ticket, reads it back by id, and updates its status and severity.
1
createTicket
createTroubleTicket
Create a trouble ticket record in the Case, Incident, or Service Problem Case table per the supplied ticket type.
2
getTicket
getTroubleTicketById
Retrieve the trouble ticket by its id to confirm it persisted before updating it.
3
updateTicket
updateTroubleTicket
Update the trouble ticket's status and severity as it progresses.