Visual Workflow Dashboard with Mermaid.js
df516b98-8336-4ac9-9458-b9d31a2b0347
Latency
18ms
Cost
$0.0000
Tokens
0
Status
successgemini-3-flash-preview
Workflow Graph
Trace
[
{
"data": {
"nodeType": "manualTrigger"
},
"event": "node_start",
"nodeId": "c1f74b3a-2ae6-4491-ac02-e1e0fd188664",
"timestamp": 1783206221926
},
{
"data": {
"initialData": {
"id": "wf_12345abcde",
"name": "Order Processing Workflow",
"query": {
"wfid": "wf_12345abcde"
},
"wf_data": {
"id": "wf_12345abcde",
"name": "Order Processing Workflow",
"nodes": [
{
"name": "Start",
"type": "trigger",
"parameters": {}
},
{
"name": "Process Order",
"type": "switch",
"parameters": {}
},
{
"name": "Send Confirmation",
"type": "send_email",
"parameters": {
"subject": "Order Confirmation #"
}
},
{
"name": "Notify Customer",
"type": "send_email",
"parameters": {
"subject": "Payment Required for Order #"
}
},
{
"name": "Update Inventory",
"type": "http_request",
"parameters": {
"url": "https://api.example.com/inventory/update",
"body": {},
"method": "POST"
}
},
{
"name": "Close Order",
"type": "set",
"parameters": {
"values": {
"status": "Closed"
}
}
}
],
"connections": {
"Start": [
"Process Order"
],
"Process Order": [
"Send Confirmation",
"Notify Customer"
],
"Notify Customer": [
"Close Order"
],
"Update Inventory": [
"Close Order"
],
"Send Confirmation": [
"Update Inventory"
]
}
},
"instance_url": "https://my.n8n.instance.com",
"mermaidChart": "graph TD\n A[Start] --> B{Process Order}\n B -- Paid --> C[Send Confirmation]\n B -- Unpaid --> D[Notify Customer]\n C --> E[Update Inventory]\n D --> F[Close Order]\n E --> F",
"webhook_name": "OrderProcessingWebhook",
"webhook_path": "/webhook/order_processing"
}
},
"event": "triggered",
"nodeId": "manualTrigger",
"timestamp": 1783206221926
},
{
"data": {
"status": "ok",
"nodeType": "manualTrigger"
},
"event": "node_end",
"nodeId": "c1f74b3a-2ae6-4491-ac02-e1e0fd188664",
"timestamp": 1783206221926
},
{
"data": {
"nodeType": "passthrough"
},
"event": "node_start",
"nodeId": "2aef0899-91bb-4141-9ec1-def1c31806ae",
"timestamp": 1783206221928
},
{
"data": {},
"event": "noOp",
"nodeId": "passthrough",
"timestamp": 1783206221928
},
{
"data": {
"status": "ok",
"nodeType": "passthrough"
},
"event": "node_end",
"nodeId": "2aef0899-91bb-4141-9ec1-def1c31806ae",
"timestamp": 1783206221928
},
{
"data": {
"nodeType": "passthrough"
},
"event": "node_start",
"nodeId": "2c60a2e2-9f35-45dc-94d1-daf75314e934",
"timestamp": 1783206221929
},
{
"data": {},
"event": "noOp",
"nodeId": "passthrough",
"timestamp": 1783206221929
},
{
"data": {
"status": "ok",
"nodeType": "passthrough"
},
"event": "node_end",
"nodeId": "2c60a2e2-9f35-45dc-94d1-daf75314e934",
"timestamp": 1783206221929
},
{
"data": {
"nodeType": "passthrough"
},
"event": "node_start",
"nodeId": "ce4e49b9-e1ab-44d1-9490-5c685c9023d9",
"timestamp": 1783206221931
},
{
"data": {
"count": 1
},
"event": "aggregate",
"nodeId": "passthrough",
"timestamp": 1783206221931
},
{
"data": {
"status": "ok",
"nodeType": "passthrough"
},
"event": "node_end",
"nodeId": "ce4e49b9-e1ab-44d1-9490-5c685c9023d9",
"timestamp": 1783206221931
},
{
"data": {
"nodeType": "passthrough"
},
"event": "node_start",
"nodeId": "bc48416a-01ff-45f4-9bf2-9f4a39054b54",
"timestamp": 1783206221932
},
{
"data": {},
"event": "noOp",
"nodeId": "passthrough",
"timestamp": 1783206221932
},
{
"data": {
"status": "ok",
"nodeType": "passthrough"
},
"event": "node_end",
"nodeId": "bc48416a-01ff-45f4-9bf2-9f4a39054b54",
"timestamp": 1783206221932
},
{
"data": {
"nodeType": "switch"
},
"event": "node_start",
"nodeId": "85f28981-544b-4510-b1ee-d4d538455074",
"timestamp": 1783206221934
},
{
"event": "no rule matched -> default",
"nodeId": "switch",
"timestamp": 1783206221934
},
{
"data": {
"status": "ok",
"nodeType": "switch"
},
"event": "node_end",
"nodeId": "85f28981-544b-4510-b1ee-d4d538455074",
"timestamp": 1783206221934
},
{
"data": {
"nodeType": "passthrough"
},
"event": "node_start",
"nodeId": "95e0b67b-5e5b-4433-9822-da86900c12ca",
"timestamp": 1783206221937
},
{
"data": {},
"event": "noOp",
"nodeId": "passthrough",
"timestamp": 1783206221937
},
{
"data": {
"status": "ok",
"nodeType": "passthrough"
},
"event": "node_end",
"nodeId": "95e0b67b-5e5b-4433-9822-da86900c12ca",
"timestamp": 1783206221937
},
{
"data": {
"nodeType": "set"
},
"event": "node_start",
"nodeId": "7f964438-a211-40bf-a991-a93848607513",
"timestamp": 1783206221938
},
{
"data": {
"inputKeys": [],
"mergeKeys": []
},
"event": "merged",
"nodeId": "set",
"timestamp": 1783206221938
},
{
"data": {
"status": "ok",
"nodeType": "set"
},
"event": "node_end",
"nodeId": "7f964438-a211-40bf-a991-a93848607513",
"timestamp": 1783206221938
},
{
"data": {
"nodeType": "set"
},
"event": "node_start",
"nodeId": "d379a0b6-aaee-4f4d-91be-74d79c160bb8",
"timestamp": 1783206221940
},
{
"data": {
"inputKeys": [],
"mergeKeys": []
},
"event": "merged",
"nodeId": "set",
"timestamp": 1783206221940
},
{
"data": {
"status": "ok",
"nodeType": "set"
},
"event": "node_end",
"nodeId": "d379a0b6-aaee-4f4d-91be-74d79c160bb8",
"timestamp": 1783206221940
},
{
"data": {
"nodeType": "code"
},
"event": "node_start",
"nodeId": "bfc42a15-130c-4e81-9f89-c07b3bb56928",
"timestamp": 1783206221940
},
{
"data": {
"status": "ok",
"nodeType": "code"
},
"event": "node_end",
"nodeId": "bfc42a15-130c-4e81-9f89-c07b3bb56928",
"timestamp": 1783206221942
},
{
"data": {
"nodeType": "trigger"
},
"event": "node_start",
"nodeId": "63245902-69d7-4d75-8cb3-58198208220a",
"timestamp": 1783206221944
},
{
"data": {
"kind": "n8n-nodes-base.webhook"
},
"event": "seeded",
"nodeId": "trigger",
"timestamp": 1783206221944
},
{
"data": {
"status": "ok",
"nodeType": "trigger"
},
"event": "node_end",
"nodeId": "63245902-69d7-4d75-8cb3-58198208220a",
"timestamp": 1783206221944
}
]