Use Cases
- Visualize workflow dependencies to understand automation structures.
- Automatically tag subworkflows based on their calling workflows.
- Filter out unused workflows to maintain a clean workspace.
- Generate dependency graphs for better documentation and analysis.
How It Works
Retrieve all workflows from the n8n instance. Identify which workflows call other workflows. Filter out workflows that are not called by others. Tag subworkflows based on their callers. Generate and visualize a dependency graph using MermaidJS.
Setup Steps
- 1Import the workflow template into n8n.
- 2Set the instance URL in the workflow settings.
- 3Activate the workflow to start analyzing dependencies.
- 4Access the dependency graph via the provided webhook.
Apps Used
n8n
MermaidJS
Categories
Industries
Tags
#workflow management
#process automation
#visualization