workflow default cache_key should be 'default' (#3609)
This commit is contained in:
@@ -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 | None = "default"
|
||||
run_sequentially: bool = False
|
||||
sequential_key: str | None = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user