Detect and Report Workflow Rewiring Issues
detail.loadingPreview
Identifies workflows potentially affected by a n8n version upgrade rewiring issue and provides a report.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow is designed to help users identify and report workflows that might have been affected by a rewiring issue introduced in n8n version 0.214.3. This issue specifically impacted nodes with multiple outputs (e.g., If, Switch, Compare Datasets) causing them to be re-wired incorrectly. The workflow fetches all workflows, parses them to detect potential issues, and generates an HTML report accessible via a webhook.
Key Features
- Fetches all active workflows from the n8n instance.
- Analyzes node connections to identify potentially misconfigured multi-output nodes.
- Customizable list of multi-output nodes to check.
- Generates an HTML report listing affected workflows and their problematic nodes.
- Provides direct links to inspect affected workflows.
How To Use
- Configure Credentials: Set up an "n8n account" credential for the "Get all workflows" node to access your n8n instance's API.
- Define Multi-Output Nodes: In the "Parse potentially affected workflows" code node, update the
MULTI_OUTPUT_NODESarray if you are using community nodes with multiple outputs. Add their type and expected number of outputs. - Activate Workflow: Enable the workflow.
- Access Report: Navigate to
{YOUR_INSTANCE_URL}/webhooks/affected-workflowsin your browser. The report will list potentially affected workflows and nodes. - Verify: Inspect each reported workflow manually to ensure the correct outbound connectors are utilized.
Apps Used
Workflow JSON
{
"id": "82c4f5b3-e7d6-4e32-846b-54197b79248d",
"name": "Detect and Report Workflow Rewiring Issues",
"nodes": 0,
"category": "Automation Debugging",
"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: 82c4f5b3-e7d6...
About the Author
DevOps_Master_X
Infrastructure Expert
Specializing in CI/CD pipelines, Docker, and Kubernetes automations.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
AI-Powered PostgreSQL Data Agent with Conversational Interface
This n8n workflow empowers you to build an intelligent, conversational agent for your PostgreSQL database. Interact with your data using natural language, perform CRUD operations, explore schemas, and generate dynamic visualizations, streamlining data management and access for any user.
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.
Weekly Cocktail Inspiration for Your Team
Automatically share engaging cocktail recipes with your team or community every week. This workflow fetches a random recipe, generates a beautiful visual card using Bannerbear, and posts it directly to your Rocket.Chat channel, fostering fun and connection.
Telegram Profanity & Toxicity Filter
This n8n workflow automatically monitors incoming Telegram messages for profanity and toxic language. It leverages Google's Perspective API to analyze message content, and if a message is deemed inappropriate, the workflow sends an automated warning response back to the sender.
Automated Multi-Platform Influencer Discovery & Qualification
This powerful n8n workflow automates the entire process of discovering, scoring, and qualifying ideal influencers across Instagram, TikTok, and YouTube for your marketing campaigns. Streamline your talent acquisition by leveraging custom criteria and a sophisticated scoring algorithm.
Instant WooCommerce Order Notifications via Telegram
When a new order is placed on your WooCommerce store, instantly receive detailed notifications directly to your Telegram chat. Stay on top of your e-commerce operations with real-time alerts, including order specifics and a direct link to view the order.