Skip to content

Task.Status — state machine

Generated 2026-04-22T08:21:15.509Z via PWG Salesforce MCP. Shows the 7 active Status values and which Flows fire when a record is in each stage.

Shows stage-specific Flow hits. A Flow binding of ‘any’ means it’s triggered on every Create/Update with no stage filter — shown in the ‘Any stage’ swimlane below.

StageFlows that fire while in this stage
Open (Open)
Not Started (Not Started)
In Progress (In Progress)
Waiting for Further Information (Waiting for Further Information)
Completed (Completed)Action After Initial Client Contact Task
TEMP Task Opportunity Populate Application Set Date
Canceled (Canceled)
Failed (Failed)

Flows filtered by ‘NotEqualTo’ stage (fire on every stage EXCEPT)

Section titled “Flows filtered by ‘NotEqualTo’ stage (fire on every stage EXCEPT)”

None.

Flows with no stage filter (fire on ANY stage change)

Section titled “Flows with no stage filter (fire on ANY stage change)”

These flows will execute regardless of which stage the record is in. They’re the most dangerous for run-order and recursion issues.

FlowTriggerCreates TasksUpdates Objects
Redemptions - Confirm Redemption Task For ETAAutoLaunchedFlow
Task - Actions on After UpdateUpdateCase
Task - Push ETA to OpportunityUpdateOpportunity
WM_MF_Task_AFU_After_UpdateUpdate
WM_MF_Task_ONC_On_CreateCreate

Stages with ZERO Flow hits (potentially unused)

Section titled “Stages with ZERO Flow hits (potentially unused)”

6 active stage value(s) have no Flow filtered to them by EqualTo. Either they’re handled by ‘any-stage’ Flows, by Apex triggers, or they’re dead picklist values.

StageLabelDefault?
OpenOpen
Not StartedNot Started
In ProgressIn Progress
Waiting for Further InformationWaiting for Further Information
CanceledCanceled
FailedFailed