mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(API): Fire workflowExecuteBefore hook in runMainProcess (no-changelog) (#8601)
This commit is contained in:
@@ -303,6 +303,7 @@ export class WorkflowRunner {
|
||||
sessionId: data.sessionId,
|
||||
});
|
||||
|
||||
await additionalData.hooks.executeHookFunctions('workflowExecuteBefore', []);
|
||||
if (data.executionData !== undefined) {
|
||||
this.logger.debug(`Execution ID ${executionId} had Execution data. Running with payload.`, {
|
||||
executionId,
|
||||
|
||||
Reference in New Issue
Block a user