RUNNING past STALLED_AFTER_MS — retrying forever, needs a re-drive.
RUNNING and young enough that it may still be doing real work.
Reached a terminal status; the workflow id is free to reuse.
No run at this id (never started, or past retention).
Temporal couldn't be reached — the operator decides with less information.
Live state of an org's onboarding workflow, resolved at retry time.
A healthy onboarding run completes in seconds, so a run still
RUNNINGminutes later is not "in progress" — it is parked on an activity retrying forever (RouteFusion rejections arrive as plainErrors, which Temporal classifies as retryable, and the workflow's policy ismaximumAttempts: Infinity). That is the state Retry exists to clear.