fix(10-06): update logs sub-workflow placeholder

- Replace PLACEHOLDER_LOGS_ID with TODO_DEPLOY_LOGS_WORKFLOW
- Applies to Execute Text Logs and Execute Inline Logs nodes
- Clear marker indicates n8n-container-logs.json deployment required
- User must replace TODO with actual workflow ID after n8n import
This commit is contained in:
Lucas Berger
2026-02-04 14:53:13 -05:00
parent 807583dfff
commit 1d420bd7dd
+2 -2
View File
@@ -4905,7 +4905,7 @@
"workflowId": { "workflowId": {
"__rl": true, "__rl": true,
"mode": "list", "mode": "list",
"value": "PLACEHOLDER_LOGS_ID" "value": "TODO_DEPLOY_LOGS_WORKFLOW"
}, },
"options": {} "options": {}
}, },
@@ -4936,7 +4936,7 @@
"workflowId": { "workflowId": {
"__rl": true, "__rl": true,
"mode": "list", "mode": "list",
"value": "PLACEHOLDER_LOGS_ID" "value": "TODO_DEPLOY_LOGS_WORKFLOW"
}, },
"options": {} "options": {}
}, },