RUN_TRANSITIONS
@forge/monorepo / backend/src / RUN_TRANSITIONS
Variable: RUN_TRANSITIONS
constRUN_TRANSITIONS:Readonly<Record<RunStatus, readonlyRunStatus[]>>
Defined in: backend/src/runtime/index.ts:34
The state machine from the specification. A transition absent from this map is a bug, not an undefined behaviour — the worker rejects it rather than guessing.