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]