All workflows are created with 'default' cache_key (#3601)
This commit is contained in:
@@ -525,7 +525,7 @@ class WorkflowCreateYAMLRequest(BaseModel):
|
|||||||
status: WorkflowStatus = WorkflowStatus.published
|
status: WorkflowStatus = WorkflowStatus.published
|
||||||
run_with: str | None = None
|
run_with: str | None = None
|
||||||
ai_fallback: bool = False
|
ai_fallback: bool = False
|
||||||
cache_key: str | None = None
|
cache_key: str = "default"
|
||||||
run_sequentially: bool = False
|
run_sequentially: bool = False
|
||||||
sequential_key: str | None = None
|
sequential_key: str | None = None
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user