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": {
"executionOrder": "v1"
"executionOrder": "v1",
"callerPolicy": "any"
}
}
}