M14: add n8n execution health telemetry

This commit is contained in:
NuklearRabbit
2026-08-10 03:41:06 +02:00
parent 218599af7d
commit 58fb515337
17 changed files with 368 additions and 22 deletions
+3
View File
@@ -315,6 +315,9 @@ export interface N8nWorkflowEvidence {
name: string;
built: boolean;
last_seen_at: string | null;
state: "no_evidence" | "healthy" | "stale" | "failed";
last_status: "succeeded" | "failed" | null;
last_execution_id: string | null;
}
export interface N8nErrorHandlerStatus {