Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 915 Bytes

Task.md

File metadata and controls

19 lines (15 loc) · 915 Bytes

Task

Properties

Name Type Description Notes
id int The ID of task [optional]
execution_id int The ID of task execution [optional]
status str The status of task [optional]
status_message str The status message of task [optional]
run_count int The count of task run [optional]
extra_attrs ExtraAttrs [optional]
creation_time str The creation time of task [optional]
update_time str The update time of task [optional]
start_time str The start time of task [optional]
end_time str The end time of task [optional]

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