879 B
879 B
AssignedTask
AssignedTask is a task as it is received by the Worker.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| uuid | str | ||
| job | str | ||
| name | str | ||
| status | TaskStatus | ||
| priority | int | ||
| job_priority | int | ||
| job_type | str | ||
| task_type | str | ||
| commands | [Command] | ||
| steps_completed | int | ||
| steps_total | int | ||
| 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] |