remove workflow_permanent_id from projects table + add use_cache and cache_project_id to workflows table (#3090)
Some checks failed
Run tests and pre-commit / Run tests and pre-commit hooks (push) Has been cancelled
Run tests and pre-commit / Frontend Lint and Build (push) Has been cancelled
Publish Fern Docs / run (push) Has been cancelled

This commit is contained in:
Shuchang Zheng 2025-08-01 17:07:08 -07:00 committed by GitHub
parent 12ee2bf9b0
commit d4bdca174f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 67 additions and 26 deletions

View file

@ -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