n8n/packages/@n8n/workflow-sdk/test-fixtures/committed-workflows/7.json

40 lines
820 B
JSON

{
"nodes": [
{
"parameters": {},
"id": "11111111-1111-1111-1111-111111111111",
"name": "When clicking 'Test workflow'",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [0, 0]
},
{
"parameters": {
"mode": "keepAllExistingFields",
"includeOtherFields": true,
"assignments": {
"assignments": [
{
"id": "caption",
"name": "caption",
"value": "={{ $json.title }}",
"type": "string"
}
]
},
"options": {}
},
"id": "22222222-2222-2222-2222-222222222222",
"name": "Edit Fields",
"type": "n8n-nodes-base.set",
"typeVersion": 3.4,
"position": [220, 0]
}
],
"connections": {
"When clicking 'Test workflow'": {
"main": [[{ "node": "Edit Fields", "type": "main", "index": 0 }]]
}
}
}