---
title: "Workflow Run Link"
canonical_url: "https://docs.getdx.com/webapi/types/workflow-run-link/"
md_url: "https://docs.getdx.com/webapi/types/workflow-run-link.md"
last_updated: "2026-06-08"
---

# Workflow Run Link
An initiative task assigned to an entity. A task is associated with a scorecard check, an initiative, and an entity check issue in a third-party task management system (Jira or Linear).

## Example

```json
{
  "url": "https://example.com",
  "label": "Example Website"
}
```

## Properties

| Key     | Type   | Description                                       |
| ------- | ------ | ------------------------------------------------- |
| `url`   | `Text` | The URL to which the link should navigate.        |
| `label` | `Text` | The human-readable label to display for the link. |
---

## Sitemap

[Overview of all docs pages](/llms.txt)
