Auto-start tagged workflows using n8n API after deployment
$20/month : Unlimited workflows
2500 executions/month
THE #1 IN WEB SCRAPING
Scrape any website without limits
HOSTINGER 🎉 Early Black Friday Deal
DISCOUNT 20% Try free
DISCOUNT 20%
Self-hosted n8n
Unlimited workflows - from $4.99/mo
#1 hub for scraping, AI & automation
6000+ actors - $5 credits/mo
Auto Starter
On importing workflows these will not be auto started, even if the old version was running. To fix this we created this workflow that can be run after n8n starts. It fits in our auto deploy pipeline and modified n8n container that will import workflows, start n8n and start the tagged workflows.
- Start this workflow after n8n starts.
- It will get all workflows in the running n8n instance.
- If the files have a tag 'Auto start' the workflow will be started.
Check our Export workflows with readable names workflow for autostarting workflows after deployment.
Configuration
- You need a a n8n api key configured.