fix(10): use resource locator format for Execute Workflow nodes

n8n typeVersion 1.2 requires workflowId as resource locator object:
  { "__rl": true, "mode": "list", "value": "<id>" }
not a plain string. This was causing "workflow not found" errors.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Lucas Berger
2026-02-04 13:33:51 -05:00
parent fd31902a82
commit 5337e17f21
2 changed files with 28 additions and 7 deletions
+3 -2
View File
@@ -298,6 +298,7 @@
} }
}, },
"settings": { "settings": {
"executionOrder": "v1" "executionOrder": "v1",
"callerPolicy": "any"
} }
} }
+25 -5
View File
@@ -4951,7 +4951,11 @@
{ {
"parameters": { "parameters": {
"source": "database", "source": "database",
"workflowId": "7AvTzLtKXM2hZTio92_mC", "workflowId": {
"__rl": true,
"mode": "list",
"value": "7AvTzLtKXM2hZTio92_mC"
},
"mode": "once", "mode": "once",
"options": { "options": {
"waitForSubWorkflow": true "waitForSubWorkflow": true
@@ -5028,7 +5032,11 @@
{ {
"parameters": { "parameters": {
"source": "database", "source": "database",
"workflowId": "7AvTzLtKXM2hZTio92_mC", "workflowId": {
"__rl": true,
"mode": "list",
"value": "7AvTzLtKXM2hZTio92_mC"
},
"mode": "once", "mode": "once",
"options": { "options": {
"waitForSubWorkflow": true "waitForSubWorkflow": true
@@ -5059,7 +5067,11 @@
{ {
"parameters": { "parameters": {
"source": "database", "source": "database",
"workflowId": "fYSZS5PkH0VSEaT5", "workflowId": {
"__rl": true,
"mode": "list",
"value": "fYSZS5PkH0VSEaT5"
},
"mode": "once", "mode": "once",
"options": { "options": {
"waitForSubWorkflow": true "waitForSubWorkflow": true
@@ -5103,7 +5115,11 @@
{ {
"parameters": { "parameters": {
"source": "database", "source": "database",
"workflowId": "fYSZS5PkH0VSEaT5", "workflowId": {
"__rl": true,
"mode": "list",
"value": "fYSZS5PkH0VSEaT5"
},
"mode": "once", "mode": "once",
"options": { "options": {
"waitForSubWorkflow": true "waitForSubWorkflow": true
@@ -5147,7 +5163,11 @@
{ {
"parameters": { "parameters": {
"source": "database", "source": "database",
"workflowId": "fYSZS5PkH0VSEaT5", "workflowId": {
"__rl": true,
"mode": "list",
"value": "fYSZS5PkH0VSEaT5"
},
"mode": "once", "mode": "once",
"options": { "options": {
"waitForSubWorkflow": true "waitForSubWorkflow": true