feat: 增加工作流合法性校验功能

This commit is contained in:
2026-03-04 19:56:42 +08:00
parent a79718b03b
commit ae9bb2c53f
12 changed files with 1755 additions and 38 deletions

View File

@@ -47,6 +47,19 @@
"subProcess": "SubProcess",
"workflowSelect": "WorkflowSelect",
"bochaSearch": "BochaSearch",
"check": "Check",
"checkPassed": "Workflow check passed",
"checkFailed": "Workflow check failed. Please fix the issues first",
"checkContentEmpty": "Canvas content is empty, unable to check",
"checkIssuesTitle": "Workflow Check Issues",
"checkStageLabel": "Stage",
"issueCount": "Issue Count",
"checkLevel": "Level",
"checkCode": "Rule Code",
"checkLocation": "Location",
"checkMessage": "Description",
"stageSave": "Save Check",
"stagePreExecute": "Pre-execute Check",
"descriptions": {
"fileContentExtraction": "Extract text content from PDF or Word documents, etc",
"documentAddress": "Document URL address",

View File

@@ -47,6 +47,19 @@
"subProcess": "子流程",
"workflowSelect": "工作流选择",
"bochaSearch": "博查搜索",
"check": "检查",
"checkPassed": "工作流检查通过",
"checkFailed": "工作流检查未通过,请先修复问题",
"checkContentEmpty": "当前画布内容为空,无法检查",
"checkIssuesTitle": "工作流检查问题",
"checkStageLabel": "校验阶段",
"issueCount": "问题数量",
"checkLevel": "级别",
"checkCode": "规则码",
"checkLocation": "位置",
"checkMessage": "问题描述",
"stageSave": "保存校验",
"stagePreExecute": "预执行校验",
"descriptions": {
"fileContentExtraction": "提取 PDF 或者 Word 等文件中的文字内容",
"documentAddress": "文档的url地址",