Free n8n resource | verified local workflow

N8N RELIABILITY TEST HARNESS

Test the failure path before adding live integrations.

Download a credential-free n8n workflow that runs five synthetic fixtures through validation, in-run duplicate detection, bounded retry planning, human-review routing, and seven fail-closed checks.

Synthetic fixtures
5
Runtime invariants
7
External actions
0

WHAT IT TESTS

A small deterministic harness for the paths that usually fail later.

The workflow starts manually and creates only local synthetic data. It checks a ready item, a repeated item, a retryable failure, an exhausted retry, and invalid input. The final node throws unless the expected distribution and every zero-action boundary still hold.

  1. 01
    Seed

    Create five deterministic fixtures with no customer or personal data.

  2. 02
    Validate

    Check required fields and classify an in-run duplicate before any action is planned.

  3. 03
    Route

    Separate ready, duplicate, bounded retry, and accountable review outcomes.

  4. 04
    Fail closed

    Throw if seven count and safety invariants do not match the expected result.

IMPORT AND RUN

Use a test instance. Read the notes before extending it.

  1. 01
    Download

    Save the static workflow JSON from this page. No form, account, email, or tracking request is involved.

  2. 02
    Inspect

    Review the four Sticky Notes and five functional nodes, then import the file into an authorized non-production n8n environment.

  3. 03
    Execute

    Run the Manual Trigger. No credential setup is required because the workflow contains no external node.

  4. 04
    Verify

    Confirm the final node reports five fixtures, seven assertions, and zero duplicate effects, side effects, and external actions.

n8n documents workflow JSON import in its official import and export guide. The published file was imported and executed locally in n8n 2.26.8 before release.

EXPECTED RESULT

One ready, one duplicate, one retry, and two review items.

  • Fixture count5
  • Outcome countsready: 1, duplicate: 1, retry: 1, review: 2
  • Assertion count7
  • Safety resultduplicate_effects: 0, side_effects_executed: 0, external_actions: 0
  • Execution capabilitynone. The harness can classify and plan, but it cannot change an outside system.

HONEST LIMITS

This is a test harness, not a production workflow.

This self-directed resource is not client work, an official n8n template, an n8n partnership claim, a security assessment, or proof of production readiness. Its duplicate set exists only during one execution. A real workflow still needs client-owned authority, credentials, durable state, concurrency controls, retry limits, observability, rollback, and acceptance tests before external actions are enabled.

NEED TO TEST A REAL WORKFLOW?

Move from a toy fixture to an evidence-based review.

Use the free harness to understand the control pattern. For an authorized existing workflow, start with sanitized evidence and an accountable production decision.

Review one workflow Inspect the reference build Read the sample review