workflow DAG execution (#4222)

This commit is contained in:
Shuchang Zheng
2025-12-07 12:37:00 -08:00
committed by GitHub
parent 45307cc2ba
commit 753a36ac2e
10 changed files with 332 additions and 21 deletions

View File

@@ -262,7 +262,7 @@ class ForLoopBlockYAML(BlockYAML):
class BranchCriteriaYAML(BaseModel):
criteria_type: Literal["jinja2_template"] = "jinja2_template"
criteria_type: Literal["jinja2_template", "prompt"] = "jinja2_template"
expression: str
description: str | None = None