You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documents the new bulk retry action for failed workflow runs added in mintlify/server#5969.
Changes
Added a Retry failed runs section to workflows/manage.mdx that explains how to retry all failed runs from the Workflow Runs page, the 30-day eligibility window, and the active-workflow / dedupe behavior.
Context
mintlify/server#5969 introduces a background job that bulk-retries failed workflow runs (optionally scoped to selected workflows) and returns 202. Only failed runs from the last 30 days on active schemas are considered, and selection logic dedupes retries (latest per cron, merge/bucket grouping, skipping in-progress runs).
Note
Low Risk
Documentation-only change to workflows/manage.mdx with no product or code impact.
Overview
Adds a Retry failed runs section to workflows/manage.mdx, placed after View run history.
The new content explains that users can retry a single failed run from the Runs tab or use Retry failed runs on the Workflow Runs page to retry all eligible failures at once. It documents that retries are queued in the background, eligibility is limited to failed runs from the last 30 days on active workflows, and filtering the page by workflow scopes the bulk action.
A <Note> covers deduplication and that for scheduled and merge-style workflows only the latest failed run in a group is retried.
Reviewed by Cursor Bugbot for commit 06cf77b. Bugbot is set up for automated code reviews on this repo. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents the new bulk retry action for failed workflow runs added in mintlify/server#5969.
Changes
workflows/manage.mdxthat explains how to retry all failed runs from the Workflow Runs page, the 30-day eligibility window, and the active-workflow / dedupe behavior.Context
mintlify/server#5969 introduces a background job that bulk-retries failed workflow runs (optionally scoped to selected workflows) and returns 202. Only failed runs from the last 30 days on active schemas are considered, and selection logic dedupes retries (latest per cron, merge/bucket grouping, skipping in-progress runs).
Note
Low Risk
Documentation-only change to
workflows/manage.mdxwith no product or code impact.Overview
Adds a Retry failed runs section to
workflows/manage.mdx, placed after View run history.The new content explains that users can retry a single failed run from the Runs tab or use Retry failed runs on the Workflow Runs page to retry all eligible failures at once. It documents that retries are queued in the background, eligibility is limited to failed runs from the last 30 days on active workflows, and filtering the page by workflow scopes the bulk action.
A
<Note>covers deduplication and that for scheduled and merge-style workflows only the latest failed run in a group is retried.Reviewed by Cursor Bugbot for commit 06cf77b. Bugbot is set up for automated code reviews on this repo. Configure here.