fix(core): Restore log event n8n.workflow.failed (#10253)

This commit is contained in:
Iván Ovejero
2024-07-31 12:22:52 +02:00
committed by GitHub
parent efee25ddaa
commit 3e96b29332
6 changed files with 94 additions and 5 deletions

View File

@@ -173,6 +173,7 @@ export class WorkflowRunner {
success: executionData?.status === 'success',
isManual: data.executionMode === 'manual',
userId: data.userId,
runData: executionData,
});
if (this.externalHooks.exists('workflow.postExecute')) {
try {