mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(core): Do not execute workflowExecuteBefore hook when resuming executions from a waiting state (#5727)
This commit is contained in:
committed by
GitHub
parent
b1e1c5b306
commit
6689451e8c
@@ -1677,6 +1677,7 @@ export interface IWorkflowExecuteAdditionalData {
|
||||
) => Promise<any>;
|
||||
// hooks?: IWorkflowExecuteHooks;
|
||||
executionId?: string;
|
||||
restartExecutionId?: string;
|
||||
hooks?: WorkflowHooks;
|
||||
httpResponse?: express.Response;
|
||||
httpRequest?: express.Request;
|
||||
|
||||
Reference in New Issue
Block a user