mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 02:51:14 +00:00
fix(core): Prefer triggers with run data during partial executions (#14691)
This commit is contained in:
@@ -394,7 +394,7 @@ export class WorkflowExecute {
|
||||
}
|
||||
|
||||
// 1. Find the Trigger
|
||||
const trigger = findTriggerForPartialExecution(workflow, destinationNodeName);
|
||||
const trigger = findTriggerForPartialExecution(workflow, destinationNodeName, runData);
|
||||
if (trigger === undefined) {
|
||||
throw new UserError('Connect a trigger to run this node');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user