| id |
string |
The unique identifier of the task. |
| name |
string |
The name of the task. |
| type |
string |
The type of the task operation. |
| status |
string |
The current status of the task. |
| creationTimestamp |
string |
The timestamp when the task was created. |
| completionTimestamp |
string |
The timestamp when the task completed. |
| isCancellable |
boolean |
Whether the task can be cancelled. |
| isRetryable |
boolean |
Whether the task can be retried after failure. |
| resources |
array |
The resources associated with this task. |
| subTasks |
array |
The subtasks that make up this task. |
| errors |
array |
Errors encountered during task execution. |