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
6 changed files with 10 additions and 0 deletions

View File

@@ -242,6 +242,7 @@ class Task(TaskBase):
organization_id: str
workflow_run_id: str | None = None
workflow_permanent_id: str | None = None
browser_session_id: str | None = None
order: int | None = None
retry: int | None = None
max_steps_per_run: int | None = None