M14: add n8n execution health telemetry
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user