mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
49 lines
1,005 B
JSON
49 lines
1,005 B
JSON
{
|
|
"meta": {
|
|
"templateCredsSetupCompleted": true,
|
|
"instanceId": "5b397bc122efafc165b2a6e67d5e8d75b8138f0d24d6352fac713e4845b002a6"
|
|
},
|
|
"nodes": [
|
|
{
|
|
"parameters": {},
|
|
"id": "df260de7-6f28-4d07-b7b5-29588e27335b",
|
|
"name": "When clicking \"Test workflow\"",
|
|
"type": "n8n-nodes-base.manualTrigger",
|
|
"typeVersion": 1,
|
|
"position": [
|
|
780,
|
|
500
|
|
]
|
|
},
|
|
{
|
|
"parameters": {
|
|
"category": "randomData",
|
|
"randomDataSeed": "0",
|
|
"randomDataCount": 100
|
|
},
|
|
"id": "9e9a0708-86dc-474f-a60e-4315e757c08e",
|
|
"name": "DebugHelper",
|
|
"type": "n8n-nodes-base.debugHelper",
|
|
"typeVersion": 1,
|
|
"position": [
|
|
1000,
|
|
500
|
|
]
|
|
}
|
|
],
|
|
"connections": {
|
|
"When clicking \"Test workflow\"": {
|
|
"main": [
|
|
[
|
|
{
|
|
"node": "DebugHelper",
|
|
"type": "main",
|
|
"index": 0
|
|
}
|
|
]
|
|
]
|
|
}
|
|
},
|
|
"pinData": {}
|
|
}
|