mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +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,
|
sessionId: data.sessionId,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
await additionalData.hooks.executeHookFunctions('workflowExecuteBefore', []);
|
||||||
if (data.executionData !== undefined) {
|
if (data.executionData !== undefined) {
|
||||||
this.logger.debug(`Execution ID ${executionId} had Execution data. Running with payload.`, {
|
this.logger.debug(`Execution ID ${executionId} had Execution data. Running with payload.`, {
|
||||||
executionId,
|
executionId,
|
||||||
|
|||||||
Reference in New Issue
Block a user