How an instance reads right now. waiting and blocked are both healthy,
not stuck. A waiting result says whether the activity awaits an
action available to this caller (caller), a manual action that this caller
cannot currently take (manual-action), or a cascade-fired action
(automation). How long a workflow is "allowed" to wait is workflow- and
team-specific, not this classifier's call. blocked means an active
activity's declared requirements aren't all met
yet, and flips to waiting once they hold (typically a sibling activity
completing, or content landing). Completed and aborted results include
liveChildren while detached spawned work remains active; consumers should
surface it prominently.
How an instance reads right now.
waitingandblockedare both healthy, not stuck. Awaitingresult says whether the activity awaits an action available to this caller (caller), a manual action that this caller cannot currently take (manual-action), or a cascade-fired action (automation). How long a workflow is "allowed" to wait is workflow- and team-specific, not this classifier's call.blockedmeans an active activity's declared requirements aren't all met yet, and flips towaitingonce they hold (typically a sibling activity completing, or content landing). Completed and aborted results includeliveChildrenwhile detached spawned work remains active; consumers should surface it prominently.