n8n-workflow
Advanced tools
Comparing version 0.145.0 to 0.145.1
@@ -424,2 +424,3 @@ /// <reference types="node" /> | ||
getCredentials(type: string, itemIndex?: number): Promise<ICredentialDataDecryptedObject>; | ||
getExecutionId(): string; | ||
getNode(): INode; | ||
@@ -426,0 +427,0 @@ getWorkflow(): IWorkflowMetadata; |
@@ -471,8 +471,5 @@ "use strict"; | ||
} | ||
const previousNodeHasPinData = sourceData && this.workflow.getPinDataOfNode(sourceData.previousNode) !== undefined; | ||
let currentPairedItem = pairedItem; | ||
let nodeBeforeLast; | ||
while (!previousNodeHasPinData && | ||
sourceData !== null && | ||
destinationNodeName !== sourceData.previousNode) { | ||
while (sourceData !== null && destinationNodeName !== sourceData.previousNode) { | ||
taskData = | ||
@@ -479,0 +476,0 @@ that.runExecutionData.resultData.runData[sourceData.previousNode][(sourceData === null || sourceData === void 0 ? void 0 : sourceData.previousNodeRun) || 0]; |
{ | ||
"name": "n8n-workflow", | ||
"version": "0.145.0", | ||
"version": "0.145.1", | ||
"description": "Workflow base code of n8n", | ||
@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE.md", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
642362
8704