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
Document the new bulk "Retry failed" action on the automation runs tab.
Changes
Added a "Retry failed runs" section to automations/manage.mdx covering both per-row retrigger and the new bulk action, including when the button appears and how the automation filter scopes it.
Context
Follows mintlify/mint#8462, which adds a Retry failed control to the workflow runs tab for retriggering all eligible failed runs at once.
Note
Low Risk
Documentation-only change with no product or code behavior modifications.
Overview
Adds a Retry failed runs section to the manage automations docs, after the existing run history instructions.
It documents Retrigger on a single failed run’s row and the bulk Retry failed action when the status filter is All runs or includes Failed, including that an active automation filter limits bulk retry to that automation. It also notes retriggered runs are queued in the background and show up as new history entries.
Reviewed by Cursor Bugbot for commit dce5cc7. 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
Document the new bulk "Retry failed" action on the automation runs tab.
Changes
automations/manage.mdxcovering both per-row retrigger and the new bulk action, including when the button appears and how the automation filter scopes it.Context
Follows mintlify/mint#8462, which adds a Retry failed control to the workflow runs tab for retriggering all eligible failed runs at once.
Note
Low Risk
Documentation-only change with no product or code behavior modifications.
Overview
Adds a Retry failed runs section to the manage automations docs, after the existing run history instructions.
It documents Retrigger on a single failed run’s row and the bulk Retry failed action when the status filter is All runs or includes Failed, including that an active automation filter limits bulk retry to that automation. It also notes retriggered runs are queued in the background and show up as new history entries.
Reviewed by Cursor Bugbot for commit dce5cc7. Bugbot is set up for automated code reviews on this repo. Configure here.