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:
+2
-2
@@ -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": {}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user