n8n flows
Reattempt Failed Runs
Bulk-retries failed executions of the retired Process Supabase Queue workflow, skipping any already retried successfully.
A manual maintenance tool that bulk-retries failed executions of the retired OLD: Process Supabase Queue workflow (oCOgkxnlbEYw3QvR), skipping any that have already been retried successfully.
At a glance
- Status: Inactive (manual only).
- Trigger: Manual ("When clicking 'Test workflow'").
- Runs on: All failed executions of
oCOgkxnlbEYw3QvR. - Talks to: n8n internal REST API (execution retry).
How it works
Get Failed Executionsreturns allerror-status executions for workflowoCOgkxnlbEYw3QvR.Keep Runs Without Reattempts(Filter) keeps executions whereretrySuccessIddoes not exist.Loop Over Items(splitInBatches) iterates the remaining executions.Send A Reattempt RequestPOSTs to/rest/executions/{id}/retryto re-run each, then loops back.
Notes
- The retry call carries a hardcoded browser session cookie including an
n8n-authJWT, a replayed authenticated browser request rather than a proper credential. That JWT is time-limited and will expire, so the flow stops working until the cookie is refreshed. - Depends on the now-retired
oCOgkxnlbEYw3QvR, so this tool is effectively obsolete alongside it.
Related
- OLD: Process Supabase Queue: the retired retry target.
- Re-Do Error Runs: a sibling repair tool for failed ShipHero-shipment runs.
- Error Handler: the shared error workflow that captures failures.
- See also Data flows.