Sales

Stalled-deal intervention workflow

Opportunities remain open without meaningful activity and management sees the risk only after the forecast has drifted.

Business problem

Opportunities remain open without meaningful activity and management sees the risk only after the forecast has drifted.

What teams see

  • Work waits between monitor crm events and calculate stage age.
  • Owners reconstruct status from Salesforce and Slack.

Why it happens

  • No shared state spans Salesforce, Slack, Generic webhook.
  • Decision and exception rules are applied inconsistently.

Why it becomes expensive

  • Capacity is consumed by coordination and rework.
  • Late exceptions weaken visibility and service quality.

Business outcomes

  • Shorter update risk status cycle
  • Fewer handoff and missing-information exceptions
  • Clear ownership from monitor crm events to update risk status
  • Inspectable decisions and recovery

Measurable KPIs

  • Turnaround time: Elapsed time from monitor crm events to update risk status.
  • Manual intervention rate: Share of items needing a person outside defined review conditions.
  • Exception age: Time unresolved exceptions remain without a completed action.
  • Successful completion rate: Share of valid workflow items completing without terminal failure.

How the workflow works

  1. Monitor CRM events — Accept and identify the stalled-deal intervention workflow trigger. Salesforce
  2. Calculate stage age — Execute calculate stage age with validated sample data and an auditable result. Salesforce
  3. Check next step — Execute check next step with validated sample data and an auditable result. Slack
  4. Classify inactivity — Execute classify inactivity with validated sample data and an auditable result. Generic webhook
  5. Notify owner — Execute notify owner with validated sample data and an auditable result. Salesforce
  6. Create intervention task — Execute create intervention task with validated sample data and an auditable result. Slack
  7. Escalate overdue action — Execute escalate overdue action with validated sample data and an auditable result. Generic webhook
  8. Update risk status — Execute update risk status with validated sample data and an auditable result. Salesforce
  9. Audit and KPI update — Persist the execution outcome, audit facts and workflow measurement events. SEIDO execution store

Integrations and ownership

  • Salesforce: Provide workflow input
  • Slack: Lookup and update context
  • Generic webhook: Receive controlled outcome

Human responsibility: Revenue operations manager

Failure and recovery

Salesforce is temporarily unavailable.

Retry with capped exponential backoff; preserve the run and move it to the inspectable failure queue after the limit.

Required data for calculate stage age is malformed or missing.

Stop downstream actions and show the missing fields, source evidence and correction action to the named reviewer.

The trigger or provider event is delivered more than once.

Return the existing execution identified by the idempotency key and do not repeat downstream business actions.

The human decision expires before completion.

Escalate to the configured substitute, retain the original request and record both expiry and reassignment.

When not to build this

  • Monthly volume is too low to justify integrating Salesforce, Slack, Generic webhook.
  • An existing configured platform already handles stalled-deal intervention workflow with adequate ownership and reporting.
  • Reliable source data or supported API access is unavailable.
  • No business owner has authority to define the decision and exception rules.

Related workflows