create task, task v2 and workflow run with browser_session_id (#2872)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user