browser session id should be passed to _execute_workflow_script in execute_workflow (#3371)

This commit is contained in:
Shuchang Zheng
2025-09-04 22:33:22 -07:00
committed by GitHub
parent 90c72d84b7
commit 5333c13055

View File

@@ -365,6 +365,7 @@ class WorkflowService:
workflow_run=workflow_run,
api_key=api_key,
organization=organization,
browser_session_id=browser_session_id,
)
else:
workflow_run = await self._execute_workflow_blocks(