Expand description
Indexing utilities for run instances by state.
This module provides index types for grouping and filtering run instances by their lifecycle state.
The indexes support the scheduling workflow:
- Scheduled: runs waiting to become ready
- Ready: runs eligible to be leased
- Running: runs currently being executed
- Terminal: completed, failed, or canceled runs