feat(ai-web): 移除liteflow入参,该用自己实现的流程引擎

This commit is contained in:
v-zhangjc9
2025-07-03 12:21:18 +08:00
parent 6809750cfa
commit 064443f740
4 changed files with 5 additions and 18 deletions

View File

@@ -83,17 +83,6 @@ const FlowTaskTemplateEdit: React.FC = () => {
}
]
},
{
type: 'editor',
required: true,
label: '任务流程',
name: 'template.flow',
description: '使用标准的LiteFlow语法',
language: 'xml',
options: {
wordWrap: 'bounded',
},
},
{
type: 'button-toolbar',
buttons: [