feat: add workflow run resume cli command

This commit is contained in:
lda
2026-06-03 18:23:45 +07:00 Verified
parent c5a206d783
commit 76d673e0c4
5 changed files with 285 additions and 2 deletions
+9
View File
@@ -165,6 +165,15 @@ class WorkflowRunSurface(Protocol):
trace_range: TraceRangeLike | None = None,
) -> dict[str, Any]: ...
async def resume_run(
self,
*,
run_id: str,
resume_payload: dict[str, Any],
resume_outcome: str = "submitted",
trace_range: TraceRangeLike | None = None,
) -> dict[str, Any]: ...
async def inspect_run(
self,
*,