Skip to content

Check a workflow for quiet failure paths — no API key

Paste an n8n workflow export. The check reads the definition in your browser and points at every place where a run can end as “success” while the job did not happen: swallowed errors, branches that drop every item, disabled nodes still in the path, schedules nobody watches.

Runs entirely in your browser. The JSON is not uploaded and not stored; only the counts of findings are recorded, so we can tell whether this page is useful.

How to get the JSON

  1. Open the workflow in n8n

    Any workflow, active or not. Inherited ones are the best candidates.

  2. Download or copy it

    Menu (⋯) → Download, or select all nodes and copy — both give the same JSON.

  3. Paste it here

    Credentials are never part of an export, only their names. Nothing leaves this page.