Community Contributed Auto Starter (Unverified)
detail.loadingPreview
Automatically starts n8n workflows tagged with 'Auto start' after n8n startup.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow is designed to be run automatically after n8n starts. It checks all workflows in the running n8n instance and starts any that have the tag 'Auto start'. This is useful for ensuring that essential workflows are running without manual intervention after an n8n restart or deployment.
Key Features
- Automatically detects and starts tagged workflows.
- Integrates with n8n's API to manage workflow activation.
- Includes error handling for robustness.
- Designed for use in automated deployment pipelines.
How To Use
- Import this workflow into your n8n instance.
- Configure an n8n API key credential.
- Ensure this workflow is set to run after n8n starts (e.g., via an external scheduler or n8n's own startup scripts if configured).
- Tag the workflows you want to be automatically started with 'Auto start'.
Apps Used
Workflow JSON
{
"id": "4710d525-4d68-49ea-99d2-f0e1f82c78a7",
"name": "Community Contributed Auto Starter (Unverified)",
"nodes": 0,
"category": "Community Contributed",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 4710d525-4d68...
About the Author
DevOps_Master_X
Infrastructure Expert
Specializing in CI/CD pipelines, Docker, and Kubernetes automations.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Community Credentials Transfer
Transfer credentials between n8n instances.
Community Blog Automation
Automate blog post creation and updates using Google Sheets and WordPress.
Community Bank Statement Analysis
Analyzes bank statements against tenant and property data to flag payment discrepancies.
Create User Profile in Vero
Automates the creation of user profiles within the Vero platform.
Zendesk Unassigned Tickets to Slack Notification
Fetches unassigned Zendesk tickets and sends a summarized list to a Slack channel.
Community Contributed News Extraction (Unverified)
Extracts news posts from a website without an RSS feed, filters them by date, summarizes their content, and extracts relevant keywords.