Skip to main content
    SupportContact

    Service workflows

    Case lifecycle management in Salesforce

    Most service teams do not have a case problem, they have a lifecycle problem. Cases stall between intake, routing, work, and resolution because the stages are owned by different tools, queues, and people. Ortoo Orchestrator runs the whole lifecycle as one handled workflow on top of the Salesforce you already have.

    Definition

    What is case lifecycle management

    A working definition you can lift, and the one most Salesforce orgs are missing.

    Case lifecycle management is the discipline of running every case from first contact to verified resolution as a single, observable workflow. It covers intake, triage, routing, the work itself, escalations, and closure, with the data, ownership, and timing of each step recorded against the case.

    Standard Salesforce Service Cloud gives you the data model (case, queue, owner, status) and a handful of tools (assignment rules, Omni-Channel, Flow, macros). It does not give you one place where the lifecycle is defined and executed end to end. That gap is what most service organisations spend the next two years patching with Flows, triggers, and human escalation chains.

    A handled lifecycle answers four questions at any moment for any case: where is it, who owns it, what should happen next, and what is blocking it. If your team has to open three tabs and a Slack channel to answer those, the lifecycle is not handled, it is reconstructed.

    Why standard setups stall

    Where the lifecycle breaks in most Salesforce orgs

    The symptoms your service ops leadership already sees on the weekly review.

    Service Cloud was not designed to fail. It was designed to give you the primitives and let you assemble the lifecycle yourself. Five years of assembly is what produces the patterns below.

    Queue ping-pong

    A case lands in a queue, gets picked up, gets reassigned because it was the wrong queue, and lands in another queue. Every hop adds minutes to handling time and zero value for the customer. The case data does not change, only the owner does.

    Owner gaps between stages

    Intake belongs to a digital team, triage belongs to a Tier 1 supervisor, complex work belongs to specialists, escalations belong to a manager. Each owner has a different view of what good looks like, and the case is the only thing that crosses all of them. Without a single workflow holding the stages together, the case waits at every handoff.

    Manual handoffs disguised as automation

    Assignment rules, escalation rules, and a dozen Flows look like automation. In practice they often only move the case to the next queue and then wait for a human to notice. That is not a handled lifecycle, that is a relay race with no baton.

    Stage-level blind spots

    Service ops can usually report on volume, backlog, and CSAT. Fewer can report on how long cases spend in triage versus routing versus work, or which stage owns the most aged cases. Without that view you cannot tell leadership where to invest, and you cannot tell the platform team where to fix.

    The five stages

    The five stages of a handled case lifecycle

    How Ortoo Orchestrator frames the work, and what handled means at each stage.

    1. Intake

    Cases arrive from email, web, chat, voice, partner portals, and internal tools. Handled intake means every channel lands cases in the same shape, with the metadata needed for the next stage already attached. No human should ever copy a customer email into a case manually.

    2. Triage

    Read the case, classify it, enrich it, prioritise it. This is where AI steps earn their keep: language detection, intent classification, sentiment, customer tier lookup, duplicate detection. The output is a case that knows what it is and how urgent it is before any human looks at it.

    3. Routing

    The right case to the right person with the right capacity. Skills, language, account ownership, workload, shift, and SLA all play in. Standard Omni-Channel handles some of this; complex routing usually ends up in Apex or off-platform. A handled lifecycle treats routing as one step in the workflow, not a separate system.

    4. Work

    Agents and specialists actually resolve the case. Handled work means the case carries everything they need (history, related records, suggested next steps), and the workflow keeps tracking timing, status, and SLA the whole time. Stage transitions happen because the work happened, not because someone remembered to update a picklist.

    5. Resolution

    Verify the fix, communicate it, close the case, learn from it. Handled resolution closes the loop on SLA, captures the outcome in a reportable shape, and feeds the next round of triage and routing improvements. Aged cases never quietly become someone else's problem.

    End to end

    Five stages, one handled workflow

    Ortoo Orchestrator runs the lifecycle as a single defined workflow on top of Salesforce. Existing Flows, queues, and Omni-Channel rules are called as steps where they already work.

    1. 01

      Intake

      Every channel, one shape

    2. 02

      Triage

      AI where it helps, rules where it matters

    3. 03

      Routing

      Skills, capacity, SLA weighed together

    4. 04

      Work

      Agent resolves with full context

    5. 05

      Resolution

      Closed, recorded, auditable

    For the platform owner

    What changes for the Salesforce admin or architect

    If you own the Salesforce platform, here is what Ortoo asks of you and what it gives back.

    Ortoo Orchestrator does not replace Service Cloud, Omni-Channel, or your existing Flows. It sits above them and runs the workflow that calls them in the right order, with the right data, at the right time.

    What stays in Salesforce

    • Cases, accounts, contacts, knowledge: the data model is unchanged.
    • Working Flows and assignment rules: kept and called as steps.
    • Omni-Channel presence and capacity: still the source of truth for who is available.
    • Reports and dashboards: continue to work, and now have stage-level data to read from.

    What Ortoo owns

    • The definition of the workflow itself: stages, transitions, conditions, owners.
    • The orchestration runtime: which step runs next, with what inputs, against which case.
    • AI steps where they help: classification, summarisation, drafting, decisioning.
    • Stage-level observability: where each case is, how long it has been there, why.

    The first workflow typically goes live in weeks, not quarters. There is no platform overhaul before the first result, and no rip-and-replace moment.

    What handled looks like

    Directional outcomes from a handled lifecycle

    Weeks
    Time to first handled workflow live
    Lower
    Handling time per case once routing and triage are handled
    Every step
    Audited, with owner, input, output, and timing recorded

    Comparison

    Ortoo Orchestrator vs the common alternatives

    Most service-ops teams compare three options: keep extending Flow, buy a point AI tool, or run the lifecycle in an orchestrator. Here is how Ortoo compares to the do-it-yourself Flow path most orgs default to.

    Capability Ortoo Orchestrator DIY Flow plus queues
    Lifecycle ownership One defined workflow handles intake to resolution Lifecycle is implied across many Flows, rules, and humans
    Stage-level observability Built in: where, who, how long, why, per stage Reportable only if someone built the reports, often missing
    Cost of change Edit the workflow definition, redeploy Coordinate Flow, Apex, assignment rules, escalation rules, queues
    AI steps Called as workflow steps with typed inputs and outputs Bolted on per tool, often outside the workflow it should influence
    SLA and escalation handling Stage transitions and escalations are first-class steps Time-based escalation rules plus reminders, frequently bypassed
    Audit trail Every step is recorded, replayable, explainable Field history plus debug logs, reconstructed after the fact
    Time to first result Weeks for the first handled workflow Months to quarters for an equivalent assembly

    How to start

    One workflow, weeks not quarters

    You do not need a platform overhaul to fix the lifecycle. You need one workflow handled end to end.

    1. Pick one case type that hurts. High volume, clear SLA, frequent escalation, owned by one service group.
    2. Instrument the current lifecycle. Where do these cases land, how long do they sit at each stage, who touches them, where do they stall?
    3. Define the handled workflow. Five stages, named owners, named transitions, the AI steps that earn their keep.
    4. Replace the current path with Ortoo Orchestrator running that workflow. Keep the Flows and rules that already work; call them as steps.
    5. Measure for four weeks against the baseline. Handling time, backlog, SLA hit rate, stage timing.
    6. Expand to the next case type. Use the same workflow definition with stage-level variations.

    By month three you have two or three case types handled end to end, a baseline of what a healthy lifecycle looks like in your org, and a platform team that is shipping changes in days rather than running a backlog of Flow tickets.

    Frequently asked

    Common questions

    What is case lifecycle management in Salesforce?
    Running every case from first contact to verified resolution as a single observable workflow inside Salesforce, with the data, ownership, and timing of each stage recorded against the case. Service Cloud provides the primitives; orchestration runs the lifecycle on top of them.
    How is this different from Service Cloud's built-in case management?
    Service Cloud gives you the data model and a set of tools (assignment rules, Omni-Channel, Flow, macros). It does not give you one place where the lifecycle is defined and executed end to end. Ortoo Orchestrator adds that layer and reuses your Service Cloud setup as steps.
    Do we have to replace our existing Flows and queues?
    No. Existing Flows and queues are called as steps inside the orchestrated workflow. The first workflow typically goes live in weeks. No platform overhaul required before the first result, and no rip-and-replace moment.
    Where does AI fit into the case lifecycle?
    Mainly at triage (classification, summarisation, language and intent detection, prioritisation) and inside the work stage (drafting replies, suggesting next steps, surfacing related cases). AI is run as a typed workflow step with defined inputs and outputs, not bolted on as a separate tool.
    How long until the first workflow is live?
    Weeks, not quarters. Pick one case type, define the handled workflow, run it on top of the Salesforce setup you already have, measure for four weeks, then expand.
    How does Ortoo handle escalations and SLA breaches?
    Escalations and SLA-driven transitions are first-class workflow steps with named owners and named conditions. They run automatically, are recorded against the case, and are replayable for audit. They do not depend on a human noticing a reminder.
    Who owns the workflow once it is live, Ortoo or our admins?
    Your team owns the workflow. The definition lives in your environment, the changes go through your change process, and your platform owners can edit stages, transitions, and AI steps. Ortoo provides the runtime and the patterns.
    Is this only for service teams?
    No. The case lifecycle pattern is the most common starting point because it has clear stages and SLAs, but the same orchestration runs revenue workflows and intake and request workflows. Service is where most organisations see the first result.

    See it on your lifecycle

    Show us one case type, we will show you the handled workflow

    Bring the case type that hurts. We will walk the five stages on your setup and show what handled looks like with Ortoo Orchestrator.