fix sequential run issue (#3643)

This commit is contained in:
LawyZheng
2025-10-08 15:57:01 +08:00
committed by GitHub
parent 04e768987e
commit 0c3b5488cc
6 changed files with 102 additions and 1 deletions

View File

@@ -143,6 +143,7 @@ class WorkflowRun(BaseModel):
run_with: str | None = None
script_run: ScriptRunResponse | None = None
job_id: str | None = None
depends_on_workflow_run_id: str | None = None
sequential_key: str | None = None
ai_fallback: bool | None = None
code_gen: bool | None = None