mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-15 09:49:46 +00:00
add cache_key to workflows table (#3112)
This commit is contained in:
parent
800c030e5c
commit
31aa7d6973
6 changed files with 46 additions and 11 deletions
|
@ -444,4 +444,4 @@ class WorkflowCreateYAMLRequest(BaseModel):
|
|||
extra_http_headers: dict[str, str] | None = None
|
||||
status: WorkflowStatus = WorkflowStatus.published
|
||||
use_cache: bool = False
|
||||
cache_project_id: str | None = None
|
||||
cache_key: str | None = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue