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
14 changes: 13 additions & 1 deletion workflows/manage.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Manage workflows"
description: "Trigger, disable, re-enable, and delete Mintlify workflows from your dashboard, and learn how schedules recalculate after you pause and resume a workflow."
description: "Disable, re-enable, delete, and retry Mintlify workflows from your dashboard, and learn how schedules recalculate after you pause and resume a workflow."
keywords: ["manage workflows", "trigger workflow", "disable workflow", "enable workflow"]
---

Expand All @@ -19,6 +19,18 @@
2. Click the <Icon icon="gear" /> settings button beside a workflow.
3. Click **Delete**.

## Retry a failed run

If a workflow run fails, you can retrigger it from the dashboard without waiting for the next scheduled run or push event. Retriggering reruns the workflow with the same trigger context as the original run, so the agent receives the same repository, branch, and pull request information.

Check warning on line 24 in workflows/manage.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

workflows/manage.mdx#L24

Did you really mean 'retrigger'?

Check warning on line 24 in workflows/manage.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

workflows/manage.mdx#L24

Did you really mean 'Retriggering'?

You can retry runs from scheduled (cron), manual, and merge triggers. You cannot retry successful runs or runs from disabled or deleted workflows.

1. Go to the [Workflows](https://dashboard.mintlify.com/products/workflows) page in your dashboard.
2. Click a workflow to open its run history.
3. Find a run with a **Failed** status and click **Retry**.

The new run appears in the run history with its own status. Retriggered runs count toward your monthly run limit if they succeed.

Check warning on line 32 in workflows/manage.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

workflows/manage.mdx#L32

Did you really mean 'Retriggered'?

## View run history

Each workflow keeps a log of past runs, including the status and a summary of changes made.
Expand Down
Loading