Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions workflows/manage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,18 @@
<img src="/images/workflows/workflow-runs-light.png" alt="Workflow runs page showing the workflow and status filters." className="block dark:hidden" />
<img src="/images/workflows/workflow-runs-dark.png" alt="Workflow runs page showing the workflow and status filters." className="hidden dark:block" />
</Frame>

## Retry failed runs

You can retry an individual failed run from the **Runs** tab, or retry every failed run across your active workflows in one action.

To retry all failed runs:

1. Go to the [Workflow Runs](https://app.mintlify.com/products/workflows) page in your dashboard.
2. Click **Retry failed runs**.

Mintlify queues the retries in the background and returns immediately. Only runs from the last 30 days on currently active workflows are eligible. To limit a retry to specific workflows, filter the page by those workflows before clicking **Retry failed runs**.

<Note>
Mintlify automatically deduplicates retries so the same run is not queued twice. For scheduled and merge-style workflows, only the latest failed run in a group is retried.

Check warning on line 138 in workflows/manage.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

workflows/manage.mdx#L138

Did you really mean 'deduplicates'?

Check warning on line 138 in workflows/manage.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

workflows/manage.mdx#L138

In general, use active voice instead of passive voice ('is retried').
</Note>
Loading