Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 1.5 KB

TaskState.md

File metadata and controls

12 lines (7 loc) · 1.5 KB

TaskState

Task state. Changed in version 2.0.2: 'removed' is added as a possible value. Changed in version 2.2.0: 'deferred' is added as a possible value. Changed in version 2.4.0: 'sensing' state has been removed. Changed in version 2.4.2: 'restarting' is added as a possible value Changed in version 2.7.0: Field becomes nullable and null primitive is added as a possible value. Changed in version 2.7.0: 'none' state is deprecated in favor of null.

Properties

Name Type Description Notes
value str Task state. Changed in version 2.0.2: 'removed' is added as a possible value. Changed in version 2.2.0: 'deferred' is added as a possible value. Changed in version 2.4.0: 'sensing' state has been removed. Changed in version 2.4.2: 'restarting' is added as a possible value Changed in version 2.7.0: Field becomes nullable and null primitive is added as a possible value. Changed in version 2.7.0: 'none' state is deprecated in favor of null. must be one of ["null", "success", "running", "failed", "upstream_failed", "skipped", "up_for_retry", "up_for_reschedule", "queued", "none", "scheduled", "deferred", "removed", "restarting", ]

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