N8n's enterprise features enhance workflow management by providing user access control, execution data storage, and secure credential management.
Advanced enterprise features for building n8n workflows
•
👥 In this video, we look at essential enterprise features that enhance building advanced workflows, starting with user management that includes three user levels : Owner, Admin, and Member , each with varying levels of access .
•
🔑 Owners have full control over users and workflows, but cannot transfer ownership , and can use credentials but cannot view sensitive information.
•
📊 Admins have similar permissions, but cannot access the dashboard or manage the owner role , and members can only manage their own account and workflows .
•
💾 The Run Data feature allows you to save specific fields, like order ID, so you can search across multiple runs more easily later.
•
🌳 N8n leverages git-based source control to create multiple environments for development and production, allowing you to test changes without disrupting your live workflow .
•
🔒 You can create and configure custom variables per environment to store values such as database paths , so that your workflows can reference the appropriate data depending on the environment.
•
🔐 The External Secrets feature enhances security by storing important credentials in an external vault that can only be accessed when needed , and supports different credentials for different environments .
•
📡 Finally, log streaming allows users to send events to logging tools for better monitoring and compliance, with the option to customize event types and targets .