Auto Resume Disabled Workflows
detail.loadingPreview
Automatically resumes disabled n8n workflows that are tagged for auto-resume.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow is designed to automatically re-enable n8n workflows that have been disabled. It leverages n8n's own API to manage workflow statuses.
Key Features
- Periodically scans for disabled workflows.
- Resumes workflows tagged with
auto_resume:true. - Utilizes n8n's official API for workflow management.
How To Use
- Import this workflow into your n8n instance.
- Configure the "n8n account" credentials with appropriate API access.
- Ensure workflows you wish to auto-resume are tagged with
auto_resume:truein their tags. - Adjust the "Schedule Trigger" to your desired frequency (e.g., every 4 hours).
Apps Used
Workflow JSON
{
"id": "5af29773-83a8-436b-beb9-4056353f4b92",
"name": "Auto Resume Disabled Workflows",
"nodes": 0,
"category": "Workflow Management",
"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: 5af29773-83a8...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Schedule Workflow Activity Time
Activates and deactivates a workflow on a daily schedule.
N8N Workflow Deployer
Deploys n8n workflows from Google Drive into your n8n instance.
Community Contributed Workflow Importer
Imports workflows from a specified source, either file upload or remote instance.
Telegram Workflow Activator
Control n8n workflow activation and deactivation via Telegram commands.
Robust Concurrency Control for n8n Workflows with Redis
Prevent simultaneous execution of critical n8n workflows or tasks using a centralized, Redis-backed locking mechanism. This reusable utility workflow ensures data integrity and resource management by allowing other workflows to acquire, check, and release locks.
Automated Multi-Platform Social Media Publisher
Streamline your social media content creation and publishing with this n8n workflow. Simply fill out a web form with your caption, media (image or video), and target platforms, and let n8n automate the posting process across multiple social networks.