mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-14 17:29:40 +00:00
Add workflow_permanent_id and organization_id to WorkflowRun (#570)
This commit is contained in:
parent
6af581a7e4
commit
4ff330bb50
7 changed files with 86 additions and 8 deletions
|
@ -66,6 +66,8 @@ class WorkflowRunStatus(StrEnum):
|
|||
class WorkflowRun(BaseModel):
|
||||
workflow_run_id: str
|
||||
workflow_id: str
|
||||
workflow_permanent_id: str
|
||||
organization_id: str
|
||||
status: WorkflowRunStatus
|
||||
proxy_location: ProxyLocation | None = None
|
||||
webhook_callback_url: str | None = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue