WorkflowRunStatusResponse -> WorkflowRunResponse (#1959)

This commit is contained in:
Shuchang Zheng
2025-03-17 15:19:18 -07:00
committed by GitHub
parent 8955c0498c
commit 09fb6ae60a
12 changed files with 44 additions and 43 deletions

View File

@@ -130,7 +130,7 @@ class WorkflowRunOutputParameter(BaseModel):
created_at: datetime
class WorkflowRunStatusResponse(BaseModel):
class WorkflowRunResponse(BaseModel):
workflow_id: str
workflow_run_id: str
status: WorkflowRunStatus