Auto-Start Tagged Workflows Using n8n API after Deployment — n8n Workflow
Overview
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 w
Nodes used
Workflow Preview
How it Works
- 1
Trigger
The workflow starts with a trigger trigger.
- 2
Process
Data flows through 4 nodes, connecting if, manualtrigger, n8n.
- 3
Output
The workflow completes its automation and delivers the result to the configured destination.
Node Details (4)
n8n1
n8n
TAG? Auto start
if
When clicking ‘Test workflow’
manualTrigger
Sticky Note4
stickyNote
How to Import This Workflow
- 1Click Download JSON button on the right to save the workflow file.
- 2Open your n8n instance. Go to Workflows → New → Import from file.
- 3Select the downloaded
auto-start-tagged-workflows-using-n8n-api-after-deploymentfile and click Import. - 4Set up credentials for each service node (API keys, OAuth, etc.).
- 5Click Test Workflow to verify everything works, then activate it.
Or paste directly in n8n → Import from JSON:
Integrations
Created by
Klaasjan te Voortwis
@voortwis
Tags
New to n8n?
n8n is a free, open-source workflow automation tool. Self-host it or use the cloud version.
Get n8n Free →