Skip to main content
Every EMEP experiment follows a strict lifecycle. States track progress from creation through completion, failure, or archival. This page defines the state machine, valid transitions, and operator actions.

State Diagram

State Definitions

Valid Transitions

Invalid Transitions

The following transitions are explicitly prohibited:

Operator Actions by State

State Persistence

Experiment states are stored in ExperimentTracker as append-only log entries. Each transition records:
  • Previous state
  • New state
  • Timestamp (UTC)
  • Trigger (system event or operator command)
  • Associated artifact references
This log is signed at each transition to prevent tampering.

Next Steps

See Experiment Tracking for the logging and persistence details, or Data Flow Map for the data classes that move through these states.