mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 13:27:31 -08:00
fix(core): Add fallback for pairedItem info in runPartialWorkflow (#8842)
This commit is contained in:
parent
261b9c73d6
commit
bd465d394a
|
@ -211,7 +211,7 @@ export class WorkflowExecute {
|
|||
}
|
||||
}
|
||||
|
||||
incomingSourceData.main.push(startNode.sourceData);
|
||||
incomingSourceData.main.push(startNode.sourceData ?? { previousNode: connection.node });
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue