ServiceNow · Arazzo Workflow
ServiceNow Create and Approve Normal Change
Version 1.0.0
Create a normal change request, read it back, then move it through approval.
View Spec
View on GitHub
AutomationCloud ServicesDigital WorkflowsEnterprise PlatformIT Service ManagementITSMProcessesT1Workflow AutomationWorkflowsArazzoWorkflows
Provider
Workflows
create-change-then-approve
Create a normal change request and advance it through approval.
Creates a normal change request from the supplied fields, reads it back, and patches its approval and state to move it forward.
1
createChange
createNormalChange
Create a new normal change request with the supplied planning fields.
2
getChange
getNormalChange
Read the newly created change request back by its sys_id to confirm it persisted before submitting it for approval.
3
approveChange
updateNormalChange
Patch the change request to set its approval and advance its state. ServiceNow has no dedicated approve endpoint, so approval is applied by updating the approval and state fields directly.