Graph lifecycle event emitted when execution pauses for interrupts.
GraphInterruptEvent(
self,
run_id: UUID | None,
status: GraphLifecycleStatus,
checkpoint_id: str,
checkpoint_ns: tuple[str, ...],
interrupts: tuple[Interrupt, ...]
)Run id for the current graph execution, if available.
Loop status when the interrupt was captured.
Checkpoint id associated with the interrupted execution.
Checkpoint namespace path for the current graph or subgraph.
Interrupt payloads that caused the graph to pause.