Watchdog: Auto Resume Workflows — n8n Workflow

Low complexity Trigger5 nodes💎 Other👁 917 viewsby Darien Kindlund

Overview

If you have multiple users managing workflows, there may come a time where a user “accidentally” turns off a workflow. Or, if you have workflows that automatically turn off other workflows, that code might “accidentally” turn off the wrong one.

In either case, here’s a workflow that can attempt to “auto-start” accidentally disabled workflows:

How it works:

When activated, then every 4 hours, the workflow will search all other workflows that have the auto_resume:true tag present. If any other

Nodes used

When clicking "Test workflow"Activate WorkflowFind Deactivated WorkflowsSchedule Trigger

Workflow Preview

W
When clicking "Test work…
G
Get Auto Resume Workflows
F
Find Deactivated Workflows
S
Schedule Trigger
A
Activate Workflow
5 nodes4 edges

How it Works

  1. 1

    Trigger

    The workflow starts with a trigger trigger.

  2. 2

    Process

    Data flows through 5 nodes, connecting filter, manualtrigger, n8n.

  3. 3

    Output

    The workflow completes its automation and delivers the result to the configured destination.

Node Details (5)

WH

When clicking "Test workflow"

manualTrigger

#1
AC

Activate Workflow

n8n

#2
FI

Find Deactivated Workflows

filter

#3
SC

Schedule Trigger

scheduleTrigger

#4

How to Import This Workflow

  1. 1Click Download JSON button on the right to save the workflow file.
  2. 2Open your n8n instance. Go to Workflows → New → Import from file.
  3. 3Select the downloaded watchdog-auto-resume-workflows file and click Import.
  4. 4Set up credentials for each service node (API keys, OAuth, etc.).
  5. 5Click Test Workflow to verify everything works, then activate it.

Or paste directly in n8n → Import from JSON:

{ "name": "Watchdog: Auto Resume Workflows", "nodes": [...], ...}

Integrations

filtermanualtriggern8nscheduletrigger

Get This Workflow

Download and import in one click

Download JSONView on n8n.io
Nodes5
Complexitylow
Triggertrigger
Views917
CategoryOther

Created by

Darien Kindlund

Darien Kindlund

@dkindlund

Tags

filtermanualtriggern8nscheduletrigger

New to n8n?

n8n is a free, open-source workflow automation tool. Self-host it or use the cloud version.

Get n8n Free →