Workflow dashboard with mermaid.js automates the visualization of your n8n workflows, providing a clear overview of all workflows, nodes, and their connections. Triggered by webhooks, it aggregates data and responds with interactive flowcharts, enhancing workflow management and simplifying complex integrations.
View Large Image
Workflow dashboard with mermaid.js automates the visualization of your n8n workflows, providing a clear overview of all workflows, nodes, and their connections. Triggered by webhooks, it aggregates data and responds with interactive flowcharts, enhancing workflow management and simplifying complex integrations.
This workflow addresses the challenge of managing and visualizing complex automated workflows in n8n. It allows users to:
wfid
(workflow ID) or if it should load a default page.wfid
is provided, it lists all available workflows through an API call.wfid
is present, it fetches details of that specific workflow.wfid
is found, a default HTML page is sent back, displaying all workflows and their statuses.