2.6.0
ActionPhase
Package: flyte.models
Represents the execution phase of a Flyte action (run).
Actions progress through different phases during their lifecycle:
- Queued: Action is waiting to be scheduled
- Waiting for resources: Action is waiting for compute resources
- Initializing: Action is being initialized
- Running: Action is currently executing
- Paused: Action is paused waiting for external input (e.g. a condition signal)
- Succeeded: Action completed successfully
- Failed: Action failed during execution
- Aborted: Action was manually aborted
- Timed out: Action exceeded its timeout limit
- Recovered: Action was recovered as-is from a prior run (terminal, success-equivalent)
This enum can be used for filtering runs and checking execution status.
Parameters
class ActionPhase(
*args,
**kwds,
)| Parameter | Type | Description |
|---|---|---|
*args |
||
**kwds |