Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 735 Bytes

UpdateTaskState.md

File metadata and controls

12 lines (7 loc) · 735 Bytes

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]