denpendent workflow run (#3457)

This commit is contained in:
LawyZheng
2025-09-18 13:32:55 +08:00
committed by GitHub
parent 51121076ec
commit 7dd1d5241c
7 changed files with 67 additions and 0 deletions

View File

@@ -517,6 +517,7 @@ class WorkflowCreateYAMLRequest(BaseModel):
generate_script: bool = False
ai_fallback: bool = False
cache_key: str | None = None
run_sequentially: bool = False
class WorkflowRequest(BaseModel):