fix(core): Run full manual execution when a trigger is executed even if run data exists (#13194)

This commit is contained in:
Danny Martini
2025-02-14 11:00:47 +01:00
committed by GitHub
parent 8e37088249
commit 66acb1bcb6
3 changed files with 74 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ export declare namespace WorkflowRequest {
type ManualRunPayload = {
workflowData: IWorkflowBase;
runData: IRunData;
runData?: IRunData;
startNodes?: StartNodeData[];
destinationNode?: string;
dirtyNodeNames?: string[];