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
17 changes: 15 additions & 2 deletions workflows/manage.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
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."
keywords: ["manage workflows", "trigger workflow", "disable workflow", "enable workflow"]
description: "Trigger, disable, re-enable, retrigger, and delete Mintlify workflows from your dashboard, and learn how schedules recalculate after pauses."

Check warning on line 3 in workflows/manage.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

workflows/manage.mdx#L3

Did you really mean 'retrigger'?
keywords: ["manage workflows", "trigger workflow", "disable workflow", "enable workflow", "retrigger workflow"]
---

## Disable a workflow
Expand Down Expand Up @@ -30,3 +30,16 @@
<img src="/images/workflows/workflow-runs-light.png" alt="Workflow runs with the status filter menu open." className="block dark:hidden" />
<img src="/images/workflows/workflow-runs-dark.png" alt="Workflow runs with the status filter menu open." className="hidden dark:block" />
</Frame>

## Retrigger a failed run

Check warning on line 34 in workflows/manage.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

workflows/manage.mdx#L34

Did you really mean 'Retrigger'?

If a workflow run fails, you can retrigger it to run again with the same configuration. This is useful when a run fails because of a transient issue, like a temporary network error, and you want to retry without waiting for the next scheduled run.

Check warning on line 36 in workflows/manage.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

workflows/manage.mdx#L36

Did you really mean 'retrigger'?

Retriggering is available for runs started by a schedule, a push event, or a manual trigger. Runs started by external integrations cannot be retriggered.

Check warning on line 38 in workflows/manage.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

workflows/manage.mdx#L38

Did you really mean 'Retriggering'?

Check warning on line 38 in workflows/manage.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

workflows/manage.mdx#L38

In general, use active voice instead of passive voice ('be retriggered').

Check warning on line 38 in workflows/manage.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

workflows/manage.mdx#L38

Did you really mean 'retriggered'?

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.
4. Click **Retrigger** on the run row, or open the run and click **Retrigger** in the detail panel.

Check warning on line 43 in workflows/manage.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

workflows/manage.mdx#L43

Did you really mean 'Retrigger'?

Check warning on line 43 in workflows/manage.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

workflows/manage.mdx#L43

Did you really mean 'Retrigger'?

A new run starts with the same prompt, repositories, and trigger context as the original. The retriggered run appears as a new entry in the run history.

Check warning on line 45 in workflows/manage.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

workflows/manage.mdx#L45

Did you really mean 'retriggered'?
Loading