Sample deliverable · not a client audit

N8N RELIABILITY REVIEW

Evidence before production.

This sample shows how one workflow review separates verified behavior from assumptions, ranks the production gaps, and makes the final connection an accountable decision.

Workflow reviewed
1
Verified invariants
7
External actions
0

01 / REVIEW OBJECT

One exact workflow and one explicit evidence boundary.

The reviewed artifact is the self-directed n8n Reliability Lab, workflow ID ReliabilityLab2026. Evidence consists of its versioned workflow JSON, one isolated local import and CLI execution, the sanitized final result, and an independent mutation-guard test.

Review inputObserved evidence
Runtimen8n 2.26.8 on Node.js 24.14.0, local CLI execution.
Fixture setFive deterministic items covering ready, duplicate, retry, invalid, and exhausted-failure paths.
Control resultSeven runtime invariants passed; the independent mutation guard confirmed a changed outcome fails closed.
AccessNo credentials, external nodes, HTTP requests, webhooks, messages, or writes.
Out of scopeThird-party behavior, durable state, concurrency, load, uptime, security assessment, and business impact.

02 / EXECUTIVE VERDICT

The declared control path is verified. Production connection is blocked.

The workflow does what this local test says it does: validate intake, suppress one in-run duplicate, distinguish retry from review, and prevent every external action. That is useful evidence for routing logic, but it is not production readiness.

Review state

Suitable as a reliability test harness. Not approved for a live integration until the production gaps below have evidence and an accountable owner accepts them.

03 / CONTROL EVIDENCE

Pass, blocked, and untested are different states.

ControlStateEvidence or gap
Required-field validationVerifiedInvalid input routes to review before an action is planned.
Duplicate behaviorVerified in-run onlyOne duplicate is suppressed inside one execution; no durable or concurrent store is tested.
Retry boundaryVerified as planningOne temporary failure becomes retry; exhausted failure becomes review. No dependency call occurs.
Human-review routingVerified as stateTwo fixtures enter review. No accountable queue, notification, or decision record is connected.
External side effectsBlocked by designThe workflow plans a label only; executed side effects and external actions remain zero.
Secrets and least privilegeUntestedNo credential exists, so ownership, scope, rotation, and environment separation are not demonstrated.
Observability and recoveryUntestedThe final result is inspectable, but alert delivery, run retention, replay, and operator recovery are not exercised.
Rollback and handoffUntestedNo deployed version, configuration inventory, rollback trigger, or operator runbook is part of the lab.

04 / PRIORITY FINDINGS

What must change before a real write is enabled.

  • R-01 · High · durable idempotency absentChoose a stable business-event key, durable store, retention rule, concurrency behavior, and replay test before any non-reversible write.
  • R-02 · High · side-effect contract absentName the target state, destination identifier, authorization, ambiguous-response reconciliation, and the conditions that withhold a write.
  • R-03 · Medium · review is not yet an operating queueAssign an owner, decision options, safe evidence packet, age/escalation rule, and auditable decision outcome.
  • R-04 · Medium · environment and credential controls untestedSeparate test and production endpoints, apply least privilege, record secret ownership and rotation, and keep exports and logs credential-free.
  • R-05 · Medium · recovery evidence absentExercise alert delivery, terminal-state retention, safe replay, deployment verification, rollback, and the operator runbook.

05 / ACCEPTANCE GATE

The next decision needs evidence, not confidence.

  • One accountable owner confirms source, destination, data, and production authority.
  • Input and output contracts define valid, invalid, partial, stale, duplicate, and withheld states.
  • A sandbox or test account exercises the exact target API with sanitized fixtures.
  • Durable idempotency and ambiguous-write reconciliation pass replay and concurrency cases.
  • Retryable, terminal, unavailable, and human-review paths produce inspectable evidence.
  • Credential scope, environment separation, rotation, and revocation are documented.
  • Alert ownership, recovery steps, rollback trigger, and handoff are tested.
  • The accountable owner records final acceptance of the exact candidate version and remaining risks.

06 / SAMPLE BOUNDARY

This demonstrates the review format, not a client outcome.

Every statement above is derived from the self-directed n8n Reliability Lab and its recorded local execution. This is not a client audit, security assessment, certification, official n8n partnership claim, delivered integration, uptime claim, or evidence of business impact. A real review starts from the authorized workflow, systems, fixtures, and acceptance owner supplied for that engagement.

REVIEW ONE WORKFLOW

Start with a sanitized export and the failure that matters.

No production credential or confidential client record is needed for the first evidence review. Price, schedule, access, and implementation remain separate owner decisions.

Discuss a review Use the production-readiness checklist