| id | int | The ID of the task | [optional] |
| execution_id | int | The ID of the execution that the task belongs to | [optional] |
| status | str | The status of the task | [optional] |
| job_id | str | The ID of the underlying job that the task related to | [optional] |
| operation | str | The operation of the task | [optional] |
| resource_type | str | The type of the resource that the task operates | [optional] |
| src_resource | str | The source resource that the task operates | [optional] |
| dst_resource | str | The destination resource that the task operates | [optional] |
| start_time | datetime | The start time of the task | [optional] |
| end_time | datetime | The end time of the task | [optional] |