View the Project on GitHub elements-storage/elements-sdk-python
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | ||
| display_name | str | [readonly] | |
| kwargs | {str: (str, none_type)} | [readonly] | |
| outputs | {str: (str, none_type)} | [readonly] | |
| subtask | bool, date, datetime, dict, float, int, list, str, none_type | ||
| worker | bool, date, datetime, dict, float, int, list, str, none_type | ||
| user | bool, date, datetime, dict, float, int, list, str, none_type | ||
| workstation | bool, date, datetime, dict, float, int, list, str, none_type | ||
| progress | TaskProgress | ||
| name | str, none_type | ||
| task_name | str, none_type | ||
| is_private | bool | ||
| worker_name | str, none_type | ||
| queue | str, none_type | ||
| state | int | ||
| state_text | str, none_type | ||
| job_instance | str, none_type | ||
| started | datetime | [readonly] | |
| is_running | bool | ||
| is_finished | bool | ||
| exception | str, none_type | ||
| traceback | str, none_type | ||
| related_bundle_id | int, none_type | ||
| related_proxy_id | int, none_type | ||
| schedule | int, none_type | ||
| finished | datetime, none_type | [optional] [readonly] |