# 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**](TaskStatus.md) | | **priority** | **int** | | **job_priority** | **int** | | **job_type** | **str** | | **task_type** | **str** | | **commands** | [**[Command]**](Command.md) | | **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] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)