improvements for folders and parameters (#3918)

Co-authored-by: Jonathan Dobson <jon.m.dobson@gmail.com>
This commit is contained in:
Celal Zamanoglu
2025-11-06 20:09:26 +03:00
committed by GitHub
parent d104135025
commit dea70f2782
10 changed files with 106 additions and 13 deletions

View File

@@ -562,6 +562,7 @@ class WorkflowCreateYAMLRequest(BaseModel):
cache_key: str | None = "default"
run_sequentially: bool = False
sequential_key: str | None = None
folder_id: str | None = None
class WorkflowRequest(BaseModel):