ensure browser session id for GET workflow run (#2969)
Some checks failed
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
Run n8n package CI / test (push) Has been cancelled

This commit is contained in:
Jonathan Dobson 2025-07-16 13:32:43 -04:00 committed by GitHub
parent 80ec22c834
commit c33b084023
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

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