Skip to content

Commit c95a6b8

Browse files
author
drowl87
committed
refactor DynamicNode to remove contextData from executeWorkflow call and bump version to 0.3.2
1 parent 4a6baee commit c95a6b8

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

nodes/DynamicNode/DynamicNode.node.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,7 @@ export class DynamicNode implements INodeType {
9595
const execResult = await this.executeWorkflow(
9696
{ code: template },
9797
[item],
98-
{
99-
contextData: {
100-
$data: item.json,
101-
},
102-
},
98+
{},
10399
{
104100
parentExecution: {
105101
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.3.1",
3+
"version": "0.3.2",
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)