Workflow stats
Workflow stats
Complex
High
33
Nodes
Complex
Trigger
High
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
33
Node Types
15
Node Types
manual Trigger
When clicking "Test workflow"
1 node
respond To Webhook
Respond to Webhook, Respond to Webhook2
2 nodes
merge
Final-json
1 node
code
nodes-section, tags-section, webhook-section
3 nodes
set
workflows-section, globals-section, Final template, Template elements, get-nodes-via-jmespath
5 nodes
sticky Note
Sticky Note, Sticky Note1, Sticky Note2, Sticky Note3, Sticky Note4
5 nodes
execute Workflow Trigger
Execute Workflow Trigger
1 node
xml
Convert to XML
1 node
html
Create HTML
1 node
move Binary Data
Move Binary Data
1 node
sort
Sort-workflows, Sort-nodes, Sort-tags, Sort-whooks
4 nodes
aggregate
Aggregate-workflows, Aggregate-nodes, Aggregate-tags, Aggregate-whooks
4 nodes
n8n
n8n-get-workflows
1 node
execute Workflow
Prepare JSON object
1 node
webhook
Request HTML dashboard, Request xsl template
2 nodes
Workflow JSON
56.3 KB
{
"id": "D0I76cew5KOnlem0",
"meta": {
"instanceId": "fb924c73af8f703905bc09c9ee8076f48c17b596ed05b18c0ff86915ef8a7c4a",
"templateCredsSetupCompleted": true
},
"name": "Workflow stats",
"tags": [],
"nodes": [
{
"id": "b1a73981-db6a-4fd2-9cad-d02bfecc7d3d",
"name": "When clicking \"Test workflow\"",
"type": "n8n-nodes-base.manualTrigger",
"position": [
1060,
740
],
"parameters": {},
"typeVersion": 1
},
{
"id": "cbe2d1a8-51e9-4f3d-8ca5-321f3edf9a92",
"name": "nodes-section",
"type": "n8n-nodes-base.code",
"position": [
1900,
800
],
"parameters": {
"jsCode": "// Initialize an empty object to hold the mapping between nodes and workflows\nconst nodeToWorkflowsMap = {};\n\n// Iterate over each workflow in the input\n$input.all().forEach(item => {\n const { wf_stats } = item.json;\n const { nodes_unique, wf_name, wf_url, wf_id } = wf_stats;\n\n...Showing first 1000 characters. Click "Expand" to view the full JSON.