mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-15 01:39:41 +00:00
create task, task v2 and workflow run with browser_session_id (#2872)
This commit is contained in:
parent
70661ae5a0
commit
9d6e30f1de
6 changed files with 10 additions and 0 deletions
|
@ -111,6 +111,7 @@ class WorkflowRun(BaseModel):
|
|||
workflow_id: str
|
||||
workflow_permanent_id: str
|
||||
organization_id: str
|
||||
browser_session_id: str | None = None
|
||||
status: WorkflowRunStatus
|
||||
extra_http_headers: dict[str, str] | None = None
|
||||
proxy_location: ProxyLocation | None = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue