fix(core): Restore log event n8n.workflow.failed (#10253)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user