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
constSTAGE_ORDER: readonlyProcessingStage[]
Ordered processing stages for UI display (excludes terminal COMPLETED/FAILED).
Last updated on