mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 03:42:16 +00:00
feat(core): Handle nodes with multiple inputs and connections during partial executions (#11376)
This commit is contained in:
@@ -363,7 +363,7 @@ export class WorkflowExecute {
|
||||
|
||||
// 7. Recreate Execution Stack
|
||||
const { nodeExecutionStack, waitingExecution, waitingExecutionSource } =
|
||||
recreateNodeExecutionStack(subgraph, startNodes, destination, runData, pinData ?? {});
|
||||
recreateNodeExecutionStack(subgraph, new Set(startNodes), runData, pinData ?? {});
|
||||
|
||||
// 8. Execute
|
||||
this.status = 'running';
|
||||
|
||||
Reference in New Issue
Block a user