mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08:00
fix(API): Fire workflowExecuteBefore hook in runMainProcess (no-changelog) (#8601)
This commit is contained in:
parent
7501ad8f3c
commit
5ab34fe335
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue