mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-14 17:29:40 +00:00
shu/add_workflow_runs_api (#2063)
This commit is contained in:
parent
f774135049
commit
e26b816f67
7 changed files with 166 additions and 51 deletions
|
@ -133,7 +133,7 @@ class WorkflowRunOutputParameter(BaseModel):
|
|||
created_at: datetime
|
||||
|
||||
|
||||
class WorkflowRunResponse(BaseModel):
|
||||
class WorkflowRunResponseBase(BaseModel):
|
||||
workflow_id: str
|
||||
workflow_run_id: str
|
||||
status: WorkflowRunStatus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue