Skip to Content
⚠️Active Development Notice: TimeTiles is under active development. Information may be placeholder content or not up-to-date.

web


web / lib/constants/stage-graph

lib/constants/stage-graph

Stage ordering for the ingest pipeline.

Used by the UI to display progress timelines. Stage transitions and job orchestration are handled by Payload Workflows — this module only defines the display order.

Variables

STAGE_ORDER

const STAGE_ORDER: readonly ProcessingStage[]

Ordered processing stages for UI display (excludes terminal COMPLETED/FAILED).

Last updated on