Course/Chapter 3/6. Workflow Organization & Best Practices
    beginner
    Chapter 3: Understanding Workflows

    6. Workflow Organization & Best Practices

    Structure your workflows for readability and maintenance.

    20m Lesson 6 of 6

    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

    1. Sticky Notes: Add colored sticky notes to explain complex logic sections
    2. Sub-workflows: Break large workflows into smaller, reusable pieces
    3. Folders: Group related workflows in folders (n8n Cloud / v1.x+)
    4. Documentation: Add a description to every workflow explaining its purpose

    Pro Tips

    • 💡A workflow with more than 20 nodes should probably be split into sub-workflows
    • 💡Use sticky notes with different colors for different purposes: yellow for explanations, red for warnings

    Comprehension Quiz

    Answer 2 of 2 correctly to unlock lesson completion.

    1. What is the recommended max number of nodes before splitting a workflow?

    2. What should you use to document logic sections in a workflow?

    Pass the quiz above to unlock lesson completion