2024-11-09 23:01:52 +01:00

1.1 KiB
Generated

Task

The task as it exists in the Manager database, i.e. before variable replacement.

Properties

Name Type Description Notes
id str
created datetime Creation timestamp
updated datetime Timestamp of last update.
job_id str
index_in_job int
name str
status TaskStatus
priority int
task_type str
activity str
commands [Command]
worker TaskWorker [optional]
last_touched datetime Timestamp of when any worker worked on this task. [optional]
failed_by_workers [TaskWorker] [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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