mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-15 09:49:46 +00:00
rename variable (#2865)
This commit is contained in:
parent
73d6743c87
commit
393387acb0
34 changed files with 118 additions and 126 deletions
|
@ -440,6 +440,6 @@ class WorkflowCreateYAMLRequest(BaseModel):
|
|||
model: dict[str, Any] | None = None
|
||||
workflow_definition: WorkflowDefinitionYAML
|
||||
is_saved_task: bool = False
|
||||
max_screenshot_scrolling_times: int | None = None
|
||||
max_screenshot_scrolls: int | None = None
|
||||
extra_http_headers: dict[str, str] | None = None
|
||||
status: WorkflowStatus = WorkflowStatus.published
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue