mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-14 01:09:43 +00:00
ensure browser session id for GET workflow run (#2969)
Some checks failed
Some checks failed
This commit is contained in:
parent
80ec22c834
commit
c33b084023
2 changed files with 2 additions and 1 deletions
|
@ -1243,6 +1243,7 @@ class WorkflowService:
|
|||
total_steps=total_steps,
|
||||
total_cost=total_cost,
|
||||
workflow_title=workflow.title,
|
||||
browser_session_id=workflow_run.browser_session_id,
|
||||
max_screenshot_scrolls=workflow_run.max_screenshot_scrolls,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue