fix: 兼容工作流开始节点字段化参数解析

- 为开始节点输入补齐裸参数名与节点作用域别名映射

- 文本模板优先解析扁平节点路径并补充回归测试
This commit is contained in:
2026-04-12 20:31:02 +08:00
parent f57544daa2
commit 090eca5df5
6 changed files with 143 additions and 1 deletions

View File

@@ -62,6 +62,12 @@
<version>77.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>