pub fn load_orchestrate_run(
ito_path: &Path,
run_id: &str,
) -> CoreResult<OrchestrateRun>Expand description
Load the persisted run.json record for a previously started orchestrate run.
Use this when resuming a run or when an adapter needs to report the run’s current top-level status without re-reading the full event log.