mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(core): Fix pairedItem issue with partial manual executions (#8575)
Co-authored-by: Danny Martini <danny@n8n.io> Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
@@ -101,7 +101,7 @@ export class Execute extends BaseCommand {
|
||||
const user = await Container.get(OwnershipService).getInstanceOwner();
|
||||
const runData: IWorkflowExecutionDataProcess = {
|
||||
executionMode: 'cli',
|
||||
startNodes: [startingNode.name],
|
||||
startNodes: [{ name: startingNode.name, sourceData: null }],
|
||||
workflowData,
|
||||
userId: user.id,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user