We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
版本信息: V3.33.8
复现流程: 1.新建子流程,并添加下拉框变量(使用消息展示插件,并引用该变量) 2.主流程引用子流程,并将子流程传值新建为变量 3.将主流程导出yaml并导入,新导入的流程新建任务时显示该下拉框变量为非法下拉框数据源
子流程新建变量: [{"text":"选项1","value":"选项1"},{"text":"选项2","value":"选项2"}]
主流程将子流程传值新建为变量:
导出导入后新建任务:
The text was updated successfully, but these errors were encountered:
fix: 修复导出yaml变量转换下拉框会变成非法数据源问题 TencentBlueKing#7784
12b7a4c
fix: 修复导出yaml变量转换下拉框会变成非法数据源问题 #7784
303406b
No branches or pull requests
版本信息:
V3.33.8
复现流程:
1.新建子流程,并添加下拉框变量(使用消息展示插件,并引用该变量)
2.主流程引用子流程,并将子流程传值新建为变量
3.将主流程导出yaml并导入,新导入的流程新建任务时显示该下拉框变量为非法下拉框数据源
子流程新建变量:
[{"text":"选项1","value":"选项1"},{"text":"选项2","value":"选项2"}]
主流程将子流程传值新建为变量:
导出导入后新建任务:
The text was updated successfully, but these errors were encountered: