Skip to content

Commit 0494f65

Browse files
author
drowl87
committed
bump version to 0.2.0 and update workflow execution parameter
1 parent 1366cf3 commit 0494f65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nodes/DynamicNode/DynamicNode.node.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export class DynamicNode implements INodeType {
7474
const executionResult: any = await this.executeWorkflow(
7575
{ code: template }, // your one‐node sub‐workflow
7676
items, // incoming items
77-
undefined, // no prior runData
77+
true,
7878
{
7979
parentExecution: {
8080
executionId: workflowProxy.$execution.id,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-nodes-dynamic-node",
3-
"version": "0.1.9",
3+
"version": "0.2.0",
44
"description": "A dynamic n8n node wrapper that can execute any node JSON by feeding it at runtime.",
55
"keywords": [
66
"n8n-community-node-package",

0 commit comments

Comments
 (0)