---
title: AWS HealthOmics Workflow Version
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > AWS HealthOmics Workflow Version
---

# AWS HealthOmics Workflow Version

AWS HealthOmics Workflow Version represents a specific version of a workflow within AWS HealthOmics. It provides details about the workflow's configuration, metadata, and versioning information, enabling users to manage and execute bioinformatics workflows reproducibly and consistently across different analysis runs.

```
aws.omics_workflow_version
```

## Fields

| Title                    | ID   | Type       | Data Type                                                                | Description |
| ------------------------ | ---- | ---------- | ------------------------------------------------------------------------ | ----------- |
| _key                     | core | string     |
| accelerators             | core | string     | The accelerator for this workflow version.                               |
| account_id               | core | string     |
| arn                      | core | string     | ARN of the workflow version.                                             |
| creation_time            | core | timestamp  | When the workflow version was created.                                   |
| definition               | core | string     | Definition of the workflow version.                                      |
| description              | core | string     | Description of the workflow version.                                     |
| digest                   | core | string     | The workflow version's digest.                                           |
| engine                   | core | string     | The workflow engine for this workflow version.                           |
| main                     | core | string     | The path of the main definition file for the workflow.                   |
| metadata                 | core | hstore     | The metadata for the workflow version.                                   |
| parameter_template       | core | string     | The parameter template for the workflow version.                         |
| status                   | core | string     | The workflow version status                                              |
| status_message           | core | string     | The workflow version status message                                      |
| storage_capacity         | core | int64      | The default run storage capacity for static storage.                     |
| storage_type             | core | string     | The default storage type for the run.                                    |
| tags                     | core | hstore_csv |
| type                     | core | string     | The workflow version type                                                |
| uuid                     | core | string     | The universally unique identifier (UUID) value for this workflow version |
| version_name             | core | string     | The workflow version name.                                               |
| workflow_bucket_owner_id | core | string     | Amazon Web Services Id of the owner of the bucket.                       |
| workflow_id              | core | string     | The workflow's ID.                                                       |
