//n8n pitfalls · high
saveExecutionProgress fills disk space
Enabling saveExecutionProgress causes n8n to save after every node execution. On high-volume workflows this rapidly fills disk space. Check available disk before enabling, and only use for critical workflows that need resume capability.
- Category
- n8n_general
Source: the n8n-mcp pitfall list, maintained by the tool's author
Mistakes AI agents make in n8n
- Execute Workflow + Wait nodes cause data loss
- SplitInBatches + Wait nodes cause state loss
- Never use append on sheets with formula columns
- $env expressions blocked in Code nodes
- IF node uses branch true/false not sourceIndex
- Code node $input.all() vs $input.first()
- Per-item execution on large datasets
- Webhook node response must be sent explicitly
- Error Trigger workflow must be separate
- $getWorkflowStaticData global loses data in loops