fix(core): Restore log event n8n.workflow.failed (#10253)
This commit is contained in:
@@ -296,6 +296,7 @@ export class ExecutionRecoveryService {
|
||||
executionId: execution.id,
|
||||
success: execution.status === 'success',
|
||||
isManual: execution.mode === 'manual',
|
||||
runData: execution,
|
||||
});
|
||||
|
||||
const externalHooks = getWorkflowHooksMain(
|
||||
|
||||
Reference in New Issue
Block a user