update MAM

This commit is contained in:
2026-02-16 22:24:06 +00:00
parent 3298dd64f2
commit 52a2cfd827
7 changed files with 214 additions and 155 deletions

View File

@@ -22,7 +22,7 @@
"type": "n8n-nodes-base.code",
"typeVersion": 2,
"position": [
608,
816,
304
]
},
@@ -36,7 +36,7 @@
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1,
"position": [
800,
1008,
304
]
},
@@ -68,7 +68,7 @@
"type": "n8n-nodes-base.postgres",
"typeVersion": 2.6,
"position": [
432,
640,
304
],
"id": "2f0708e1-996c-4705-b374-2a119fcd6b18",
@@ -79,6 +79,20 @@
"name": "supabase postgres account"
}
}
},
{
"parameters": {
"language": "pythonNative",
"pythonCode": "# Mode: Run Once for All Items\n# Purpose: Debug the environment context passed from Parent to Child\n\nresults = []\n\nfor _item in _items:\n # We create a debug log of the current execution context\n debug_info = {\n \"execution_id\": _item['json'].get('executionId', 'N/A'),\n \"parent_execution_id\": _item['json'].get('parentExecutionId', 'N/A'),\n # Check if internal n8n variables are reachable\n \"workflow_id\": _item['json'].get('workflowId', 'N/A'),\n }\n \n _item['json']['debug_context'] = debug_info\n results.append(_item)\n\nreturn results"
},
"type": "n8n-nodes-base.code",
"typeVersion": 2,
"position": [
432,
304
],
"id": "b538b6ba-0c72-40ee-ba3e-723e79fc0d21",
"name": "Code in Python"
}
],
"connections": {
@@ -86,7 +100,7 @@
"main": [
[
{
"node": "Get Active Followed Series",
"node": "Code in Python",
"type": "main",
"index": 0
}
@@ -114,6 +128,17 @@
}
]
]
},
"Code in Python": {
"main": [
[
{
"node": "Get Active Followed Series",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
@@ -124,7 +149,7 @@
"saveExecutionProgress": true
},
"triggerCount": 0,
"versionId": "34e2aea3-0a6e-41fd-b277-207bfd0f6804",
"versionId": "dfde93ca-153c-4dce-b4f3-eac86c25d2e5",
"owner": {
"type": "personal",
"projectId": "FeLO36wNUAcn61Wj",