[SKY-6974] Browser Profiles [2/3] Marc/backend browser session profiles (#3923)

This commit is contained in:
Marc Kelechava
2025-11-06 01:24:39 -08:00
committed by GitHub
parent f0172a22df
commit 3db5ec6cd7
24 changed files with 662 additions and 27 deletions

View File

@@ -130,6 +130,7 @@ async def get_workflow_run_response(
app_url=app_url,
created_at=workflow_run.created_at,
modified_at=workflow_run.modified_at,
browser_profile_id=workflow_run.browser_profile_id,
run_request=WorkflowRunRequest(
workflow_id=workflow_run.workflow_permanent_id,
title=workflow_run_resp.workflow_title,
@@ -140,6 +141,7 @@ async def get_workflow_run_response(
totp_identifier=workflow_run.totp_identifier,
max_screenshot_scrolls=workflow_run.max_screenshot_scrolls,
browser_address=workflow_run.browser_address,
browser_profile_id=workflow_run.browser_profile_id,
# TODO: add browser session id
),
errors=workflow_run_resp.errors,