Graph lifecycle event emitted when execution resumes from a checkpoint.
GraphResumeEvent(
self,
run_id: UUID | None,
status: GraphLifecycleStatus,
checkpoint_id: str,
checkpoint_ns: tuple[str, ...]
)| Name | Type |
|---|---|
| run_id | UUID | None |
| status | GraphLifecycleStatus |
| checkpoint_id | str |
| checkpoint_ns | tuple[str, ...] |
Run id for the current graph execution, if available.
Loop status when the resume was captured.
Checkpoint id the graph resumed from.
Checkpoint namespace path for the current graph or subgraph.