Auto-Start Tagged Workflows Using n8n API after Deployment - n8n Workflow | Neura Market
Auto-Start Tagged Workflows Using n8n API after Deployment
**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 auto-starting workflows after deployment.
**Configuration**
- You need an **n8n API key** configured.
Platform
n8n
Category
Development & IT
Price
Free
Creator
Klaasjan te Voortwis
if
n8n
stickyNote
manualTrigger
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.