Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.48 KB

UpdateTaskState.md

File metadata and controls

31 lines (23 loc) · 1.48 KB

UpdateTaskState

Expected new state. Only a subset of TaskState are available. Other states are managed directly by the scheduler or the workers and cannot be updated manually through the REST API.

Properties

Name Type Description Notes
value str Expected new state. Only a subset of TaskState are available. Other states are managed directly by the scheduler or the workers and cannot be updated manually through the REST API. must be one of ["success", "failed", "skipped", ]

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