| # DagState |
| |
| DAG State. *Changed in version 2.1.3*: 'queued' is added as a possible value. |
| |
| ## Properties |
| Name | Type | Description | Notes |
| ------------ | ------------- | ------------- | ------------- |
| **value** | **str** | DAG State. *Changed in version 2.1.3*: 'queued' is added as a possible value. | must be one of ["queued", "running", "success", "failed", ] |
| |
| [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) |
| |
| |