新增: Conditions 启用 + 工作流 DAG 展示 + 决策记录

- 开启 conditions-eval feature flag(df-workflow 默认启用)
- 新增 WorkflowDagDisplay.vue 展示工作流节点/边/条件
- TaskDetail 工作流推进后自动获取并显示 DAG 结构
- 记录 2026-06-27 讨论决策到待决策.md
- 记录 Inbox 设计想法到 todo.md
This commit is contained in:
2026-06-28 01:17:36 +08:00
parent 22362a77b8
commit e4ceb0015b
5 changed files with 200 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ edition = "2021"
# 开启时:节点收集 inputs 前,对带 condition 的入边以 source output 为 context 求值;
# 求值 false 则该前驱 input 不收集,且若该节点所有入边(含 condition)均被过滤,
# 则跳过该节点执行(保持 Pending),实现条件路由。
default = []
default = ["conditions-eval"]
conditions-eval = []
[dependencies]