mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(core): Run full manual execution when a trigger is executed even if run data exists (#13194)
This commit is contained in:
@@ -26,7 +26,7 @@ export declare namespace WorkflowRequest {
|
||||
|
||||
type ManualRunPayload = {
|
||||
workflowData: IWorkflowBase;
|
||||
runData: IRunData;
|
||||
runData?: IRunData;
|
||||
startNodes?: StartNodeData[];
|
||||
destinationNode?: string;
|
||||
dirtyNodeNames?: string[];
|
||||
|
||||
Reference in New Issue
Block a user