create task, task v2 and workflow run with browser_session_id (#2872)

This commit is contained in:
Shuchang Zheng 2025-07-03 18:45:04 -07:00 committed by GitHub
parent 70661ae5a0
commit 9d6e30f1de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 10 additions and 0 deletions

View file

@ -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