All workflows are created with 'default' cache_key (#3601)

This commit is contained in:
Shuchang Zheng
2025-10-02 18:33:26 -07:00
committed by GitHub
parent 912a72a7cc
commit 84d88cdf3f

View File

@@ -525,7 +525,7 @@ class WorkflowCreateYAMLRequest(BaseModel):
status: WorkflowStatus = WorkflowStatus.published
run_with: str | None = None
ai_fallback: bool = False
cache_key: str | None = None
cache_key: str = "default"
run_sequentially: bool = False
sequential_key: str | None = None