Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 536 Bytes

File metadata and controls

17 lines (8 loc) · 536 Bytes

DagRunState

All possible states that a DagRun can be in. These are "shared" with TaskInstanceState in some parts of the code, so please ensure that their values always match the ones with the same name in TaskInstanceState.

Enum

  • QUEUED (value: 'queued')

  • RUNNING (value: 'running')

  • SUCCESS (value: 'success')

  • FAILED (value: 'failed')

[Back to Model list] [Back to API list] [Back to README]