feat(core): Move execution permission checks earlier in the lifecycle (#8677)
This commit is contained in:
committed by
GitHub
parent
a573146135
commit
059d281fd1
@@ -1191,6 +1191,7 @@ export const useWorkflowsStore = defineStore(STORES.WORKFLOWS, {
|
||||
return;
|
||||
}
|
||||
this.activeExecutions.unshift(newActiveExecution);
|
||||
this.activeExecutionId = newActiveExecution.id;
|
||||
},
|
||||
finishActiveExecution(
|
||||
finishedActiveExecution: IPushDataExecutionFinished | IPushDataUnsavedExecutionFinished,
|
||||
|
||||
Reference in New Issue
Block a user