We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1366cf3 commit 0494f65Copy full SHA for 0494f65
nodes/DynamicNode/DynamicNode.node.ts
@@ -74,7 +74,7 @@ export class DynamicNode implements INodeType {
74
const executionResult: any = await this.executeWorkflow(
75
{ code: template }, // your one‐node sub‐workflow
76
items, // incoming items
77
- undefined, // no prior runData
+ true,
78
{
79
parentExecution: {
80
executionId: workflowProxy.$execution.id,
package.json
@@ -1,6 +1,6 @@
1
2
"name": "n8n-nodes-dynamic-node",
3
- "version": "0.1.9",
+ "version": "0.2.0",
4
"description": "A dynamic n8n node wrapper that can execute any node JSON by feeding it at runtime.",
5
"keywords": [
6
"n8n-community-node-package",
0 commit comments