mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 21:07:28 -08:00
71 lines
1.3 KiB
JSON
71 lines
1.3 KiB
JSON
|
{
|
|||
|
"meta": {
|
|||
|
"instanceId": "4d0676b62208d810ef035130bbfc9fd3afdc78d963ea8ccb9514dc89066efc94"
|
|||
|
},
|
|||
|
"nodes": [
|
|||
|
{
|
|||
|
"parameters": {},
|
|||
|
"id": "bb7f8bb3-840a-464c-a7de-d3a80538c2be",
|
|||
|
"name": "When clicking ‘Test workflow’",
|
|||
|
"type": "n8n-nodes-base.manualTrigger",
|
|||
|
"typeVersion": 1,
|
|||
|
"position": [0, 0]
|
|||
|
},
|
|||
|
{
|
|||
|
"parameters": {
|
|||
|
"workflowId": {},
|
|||
|
"workflowInputs": {
|
|||
|
"mappingMode": "defineBelow",
|
|||
|
"value": {},
|
|||
|
"matchingColumns": [],
|
|||
|
"schema": [],
|
|||
|
"ignoreTypeMismatchErrors": false,
|
|||
|
"attemptToConvertTypes": false,
|
|||
|
"convertFieldsToString": true
|
|||
|
},
|
|||
|
"options": {}
|
|||
|
},
|
|||
|
"type": "n8n-nodes-base.executeWorkflow",
|
|||
|
"typeVersion": 1.2,
|
|||
|
"position": [500, 240],
|
|||
|
"id": "6b6e2e34-c6ab-4083-b8e3-6b0d56be5453",
|
|||
|
"name": "Execute Workflow"
|
|||
|
}
|
|||
|
],
|
|||
|
"connections": {
|
|||
|
"When clicking ‘Test workflow’": {
|
|||
|
"main": [
|
|||
|
[
|
|||
|
{
|
|||
|
"node": "Execute Workflow",
|
|||
|
"type": "main",
|
|||
|
"index": 0
|
|||
|
}
|
|||
|
]
|
|||
|
]
|
|||
|
}
|
|||
|
},
|
|||
|
"pinData": {
|
|||
|
"When clicking ‘Test workflow’": [
|
|||
|
{
|
|||
|
"aaString": "A String",
|
|||
|
"aaNumber": 1,
|
|||
|
"aaArray": [1, true, "3"],
|
|||
|
"aaObject": {
|
|||
|
"aKey": -1
|
|||
|
},
|
|||
|
"aaAny": {}
|
|||
|
},
|
|||
|
{
|
|||
|
"aaString": "Another String",
|
|||
|
"aaNumber": 2,
|
|||
|
"aaArray": [],
|
|||
|
"aaObject": {
|
|||
|
"aDifferentKey": -1
|
|||
|
},
|
|||
|
"aaAny": []
|
|||
|
}
|
|||
|
]
|
|||
|
}
|
|||
|
}
|