National Commerce Docs
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

  1. Get Failed Executions returns all error-status executions for workflow oCOgkxnlbEYw3QvR.
  2. Keep Runs Without Reattempts (Filter) keeps executions where retrySuccessId does not exist.
  3. Loop Over Items (splitInBatches) iterates the remaining executions.
  4. Send A Reattempt Request POSTs to /rest/executions/{id}/retry to re-run each, then loops back.

Notes

  • The retry call carries a hardcoded browser session cookie including an n8n-auth JWT, 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.

On this page