mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
fix: Retain execution data between partial executions (new flow) (#11828)
This commit is contained in:
@@ -259,7 +259,7 @@ export function useRunWorkflow(useRunWorkflowOpts: { router: ReturnType<typeof u
|
||||
executedNode,
|
||||
data: {
|
||||
resultData: {
|
||||
runData: newRunData ?? {},
|
||||
runData: startRunData.runData ?? {},
|
||||
pinData: workflowData.pinData,
|
||||
workflowData,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user