Skip to content

Commit eb5220e

Browse files
author
drowl87
committed
refactor DynamicNode to add itemIndex to workflow execution parameters and bump version to 0.3.4
1 parent 79e1f44 commit eb5220e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

nodes/DynamicNode/DynamicNode.node.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ export class DynamicNode implements INodeType {
107107
workflowId: workflowProxy.$workflow.id,
108108
},
109109
doNotWaitToFinish: doNotWaitToFinish,
110+
itemIndex: 0,
110111
},
111112
);
112113

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