Salesforce Experience Cloud · Arazzo Workflow
Salesforce Experience Cloud Case Escalation
Version 1.0.0
Find an open Case by number with SOQL, escalate it, and reload it.
View Spec
View on GitHub
CMSCommunitiesCRMCustomer PortalDigital ExperienceExperience CloudPartner PortalArazzoWorkflows
Provider
Workflows
case-escalation
Look up a Case by number and escalate it.
Resolves a Case by CaseNumber via SOQL, escalates the matched record, and reloads it; ends without changes when no Case matches.
1
findCase
executeQuery
Query for the Case by CaseNumber, returning its Id and current status.
2
escalateCase
updateSObjectRecord
Patch the matched Case with an escalated status and priority. Returns no body on success.
3
reloadCase
getSObjectRecord
Reload the Case to confirm the escalated status and priority took effect.