mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-14 01:09:43 +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
|
@ -783,6 +783,7 @@ class WorkflowService:
|
|||
workflow_permanent_id=workflow_permanent_id,
|
||||
workflow_id=workflow_id,
|
||||
organization_id=organization_id,
|
||||
browser_session_id=workflow_request.browser_session_id,
|
||||
proxy_location=workflow_request.proxy_location,
|
||||
webhook_callback_url=workflow_request.webhook_callback_url,
|
||||
totp_verification_url=workflow_request.totp_verification_url,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue