mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-15 01:39:41 +00:00
Add persist_browser_session flag to workflows (#777)
This commit is contained in:
parent
be1c8ba060
commit
95b2e53c46
14 changed files with 139 additions and 1 deletions
|
@ -225,5 +225,6 @@ class WorkflowCreateYAMLRequest(BaseModel):
|
|||
proxy_location: ProxyLocation | None = None
|
||||
webhook_callback_url: str | None = None
|
||||
totp_verification_url: str | None = None
|
||||
persist_browser_session: bool = False
|
||||
workflow_definition: WorkflowDefinitionYAML
|
||||
is_saved_task: bool = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue