Well-organized workflows are easier to debug, maintain, and hand off to teammates. Follow these conventions to keep your workspace clean.
Naming Conventions
- - Workflows: Use a prefix like `[CRM]`, `[Marketing]`, or `[Ops]`
- - Nodes: Rename every node to describe what it does (e.g., "Fetch Active Leads" instead of "HTTP Request")
- - Tags: Use tags to categorize workflows by team, function, or status
Organization Tips
- Sticky Notes: Add colored sticky notes to explain complex logic sections
- Sub-workflows: Break large workflows into smaller, reusable pieces
- Folders: Group related workflows in folders (n8n Cloud / v1.x+)
- Documentation: Add a description to every workflow explaining its purpose