Skip to content

Graphorin API reference v0.8.0


Graphorin API reference / @graphorin/proactive / / HeartbeatSkipReason

Type Alias: HeartbeatSkipReason

ts
type HeartbeatSkipReason = 
  | "inactive-hours"
  | "beat-in-flight"
  | "agent-busy"
  | "empty-checklist"
  | "sentinel"
  | "below-min-length";

Defined in: packages/proactive/src/heartbeat.ts:75

Why a fire produced no outcome.

Stable