Keep orchestration visible
Flow owns business-readable sequencing while specialized routing stays behind one Apex action.
A tangled request process rebuilt as visible orchestration with reusable paths, metadata-driven SLA policy and an auditable failure route.
Sample build using synthetic data in a Developer Edition org. Created to demonstrate architecture and delivery approach; not presented as client work.
DemoCo requests arrive without consistent ownership, due dates or recovery behavior. Business rules are difficult to inspect, and exceptions rely on manual follow-up.
Choose a scenario, play the full path or inspect any decision directly. This is an explainable frontend model, not a live Salesforce connection.
Normalizes request data and initializes automation state without extra DML.
Validates the Case, resolves SLA policy and calls the routing contract.
Returns one explicit routing result for each input Case.
Captures correlation, source and recoverable context without re-entering Case automation.
Re-queries business state before creating an escalation outcome.
Flow owns business-readable sequencing while specialized routing stays behind one Apex action.
A failure gets a correlation ID, audit event and safe owner instead of becoming a silent technical detail.
Scheduled escalation evaluates the current Case, not assumptions captured when it was created.