Production readiness
n8n Production Readiness Checklist
Use this checklist to review an n8n workflow before activation, deployment or client handoff. Each item is a prompt for engineering judgment and testing; checking a box here does not prove runtime correctness.
Review checklist
Reliability
Security
AI workflows
Operations
Why each item matters
Reliability protects business state
A workflow can finish with a green execution while a CRM record, payment, notification or database write is incomplete or duplicated.
Security boundaries need evidence
A credential reference or webhook setting is only one part of the control; access scope and upstream protections still need human review.
AI needs a validation boundary
A plausible model response is not the same as a valid business payload. Validate before it becomes a side effect.
Operations make recovery practical
Ownership, observability and replay plans turn an isolated failure into a manageable production event.
Static analysis can help identify structural questions, but a completed checklist still needs workflow-specific testing and an owner who can validate the real downstream behavior.
Use the checklist with an audit
Start with the n8n workflow audit guide to understand the evidence behind common reliability, security and AI validation questions. Then compare the format with the sample report.
Read the production guide
For the full sequence from business outcome to recovery, follow the n8n production workflow guide before using this checklist.
Focused production checks
- Error handling and failure paths.
- Retries and duplicate side effects.
- Hardcoded secret exposure.
- Webhook security before side effects.
Run an automated production-readiness scan
Upload an exported n8n workflow and turn this checklist into a focused review of the graph and its visible risk signals.