Retry on fail except for known error Template

Retry on fail except for known error Template

Manual
High
19
Nodes
Manual
Trigger
High
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
19
Node Types
7

Node Types

stop And Error
Retry limit reached
1 node
set
Set tries, Update tries
2 nodes
wait
Wait
1 node
if
Catch known error, If tries left
2 nodes
no Op
Replace Me, Success, Known Error
3 nodes
sticky Note
Sticky Note, Sticky Note1, Sticky Note2, Sticky Note3, Sticky Note4, Sticky Note5, Sticky Note6, Sticky Note7, Sticky Note8
9 nodes
manual Trigger
Manual Trigger
1 node

Workflow JSON

9.57 KB
{
  "id": "qAzZekQuABuH8uho",
  "meta": {
    "instanceId": "fb8bc2e315f7f03c97140b30aa454a27bc7883a19000fa1da6e6b571bf56ad6d"
  },
  "name": "Retry on fail except for known error Template",
  "tags": [],
  "nodes": [
    {
      "id": "fa6fb462-8c1b-4cab-a9f6-876e67688786",
      "name": "Retry limit reached",
      "type": "n8n-nodes-base.stopAndError",
      "position": [
        -940,
        500
      ],
      "parameters": {
        "errorMessage": "Retry limit reached"
      },
      "typeVersion": 1
    },
    {
      "id": "9627165d-1854-4a4f-b840-721f8d779b89",
      "name": "Set tries",
      "type": "n8n-nodes-base.set",
      "position": [
        -940,
        260
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "cd93a7f6-4c06-4e8a-8d0d-e812c5ec4bc5",
              "name": "tries",
              "type": "number",
              "value": "={{ $json.tries || 0 }}"
            }
       ...

Showing first 1000 characters. Click "Expand" to view the full JSON.