mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(core): Add fallback for pairedItem info in runPartialWorkflow (#8842)
This commit is contained in:
@@ -211,7 +211,7 @@ export class WorkflowExecute {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
incomingSourceData.main.push(startNode.sourceData);
|
incomingSourceData.main.push(startNode.sourceData ?? { previousNode: connection.node });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user