---
Title: CRDB task object
alwaysopen: false
categories:
- docs
- operate
- rs
description: An object that represents a CRDB task
linkTitle: crdb_task
weight: $weight
---
An object that represents an Active-Active (CRDB) task.
| Name | Type/Value | Description |
|------|------------|-------------|
| id | string | CRDB task ID (read-only) |
| crdb_guid | string | Globally unique Active-Active database ID (GUID) (read-only) |
| ended | string | Timestamp when the task ended (read-only) |
| errors | {{}}
[{
"cluster_name": string,
"description": string,
"error_code": string
}, ...] {{}} | Details for errors that occurred on a cluster |
| operation | string | The operation that is running (read-only) |
| progress | {{}}
{
"clusters": [{
"name": string,
"progress": string
}, ...],
"worker": string
} {{}} | • `name`: The instance cluster name
• `progress`: The step the instance coordinator is running
• `worker`: The step the worker is running |
| started | string | Timestamp when the task started (read-only) |
| status | 'queued'
'started'
'finished'
'failed' | CRDB task status (read-only) |
| worker_name | string | The worker that runs the task (read-only) |