feat(core): Store insights data at the end of executions (no-changelog) (#13905)

Co-authored-by: Danny Martini <danny@n8n.io>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
Guillaume Jacquart
2025-03-20 20:25:29 +01:00
committed by GitHub
parent d80b49d6e5
commit cb5a803f9e
23 changed files with 941 additions and 5 deletions

View File

@@ -2398,6 +2398,7 @@ export interface IWorkflowSettings {
saveExecutionProgress?: 'DEFAULT' | boolean;
executionTimeout?: number;
executionOrder?: 'v0' | 'v1';
timeSavedPerExecution?: number;
}
export interface WorkflowFEMeta {