pub async fn load_latest_checkpoint(
execution_id: &Uuid,
) -> Result<Option<Checkpoint>>Expand description
Load the latest checkpoint for an execution (highest step index).
pub async fn load_latest_checkpoint(
execution_id: &Uuid,
) -> Result<Option<Checkpoint>>Load the latest checkpoint for an execution (highest step index).