mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-16 01:24:05 -08:00
20 lines
282 B
JSON
20 lines
282 B
JSON
|
{
|
||
|
"id": 60,
|
||
|
"name": "test1 test1",
|
||
|
"workflow": {
|
||
|
"nodes": [
|
||
|
{
|
||
|
"name": "Start",
|
||
|
"type": "n8n-nodes-base.start",
|
||
|
"position": [
|
||
|
250,
|
||
|
300
|
||
|
],
|
||
|
"parameters": {},
|
||
|
"typeVersion": 1
|
||
|
}
|
||
|
],
|
||
|
"connections": {}
|
||
|
}
|
||
|
}
|