mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-15 09:49:46 +00:00
remove workflow_permanent_id from projects table + add use_cache and cache_project_id to workflows table (#3090)
This commit is contained in:
parent
12ee2bf9b0
commit
d4bdca174f
8 changed files with 67 additions and 26 deletions
|
@ -443,3 +443,5 @@ class WorkflowCreateYAMLRequest(BaseModel):
|
|||
max_screenshot_scrolls: int | None = None
|
||||
extra_http_headers: dict[str, str] | None = None
|
||||
status: WorkflowStatus = WorkflowStatus.published
|
||||
use_cache: bool = False
|
||||
cache_project_id: str | None = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue