example-compiled.json•1.46 kB
{
"id": "example-compiled",
"name": "Example Compiled Workflow",
"description": "Updated at 4:46 PM - With external code compilation",
"active": false,
"nodes": [
{
"parameters": {
"method": "GET",
"url": "https://api.example.com/data",
"options": {}
},
"name": "Fetch Data",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [250, 300]
},
{
"parameters": {
"nodeContent": {
"jsCode": "example_parse_response"
}
},
"name": "Parse Response",
"type": "n8n-nodes-base.code",
"typeVersion": 2,
"position": [450, 300]
},
{
"parameters": {
"nodeContent": {
"jsCode": "example_transform_data"
}
},
"name": "Transform Data",
"type": "n8n-nodes-base.code",
"typeVersion": 2,
"position": [650, 300]
}
],
"connections": {
"Fetch Data": {
"main": [
[
{
"node": "Parse Response",
"type": "main",
"index": 0
}
]
]
},
"Parse Response": {
"main": [
[
{
"node": "Transform Data",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"staticData": null,
"meta": {
"templateCredsSetupCompleted": true
}
}