⚒️ Retry on fail except for known error

1,241 views · ⚒️ Engineering

Description

Purpose

This workflow snippet allows for advanced error catching during retry attempts.

There are cases, where you want to check if an item exists first, so you can determine the following actions. Some API’s do not support an endpoint (e.g. Todoist: completed tasks) to do so, which is why you would work with the error branch, only that this does not work well in combination with the retry functionality.

How it works

Setup

🔗 Nodes Used

Stop and Error

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup