1.2 KiB
1.2 KiB
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] | ||
| steps_completed | int | ||
| steps_total | int | ||
| 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] |