Skip to content

Commit c7240cc

Browse files
author
drowl87
committed
refactor DynamicNode to add itemIndex to workflow execution parameters and update version to 0.3.6
1 parent 34c9004 commit c7240cc

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

nodes/DynamicNode/DynamicNode.node.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ export class DynamicNode implements INodeType {
128128
workflowId: workflowProxy.$workflow.id,
129129
},
130130
doNotWaitToFinish,
131+
itemIndex: index,
131132
},
132133
);
133134

@@ -180,6 +181,7 @@ export class DynamicNode implements INodeType {
180181
workflowId: workflowProxy.$workflow.id,
181182
},
182183
doNotWaitToFinish,
184+
itemIndex: 0,
183185
},
184186
);
185187

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.3.5",
3+
"version": "0.3.6",
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)