feat: 支持工作流插件复用与试运行
- 新增工作流插件类型、发布快照同步、实时可用性与下线影响检查 - 收口绑定候选、分类权限、间接环路校验与运行态优雅降级 - 补齐管理端工作流插件配置、详情与试运行界面及定向测试
This commit is contained in:
@@ -5,7 +5,11 @@
|
||||
"name": "Name",
|
||||
"description": "Description",
|
||||
"type": "Type",
|
||||
"typeHttp": "HTTP Plugin",
|
||||
"typeWorkflow": "Workflow Plugin",
|
||||
"baseUrl": "BaseUrl",
|
||||
"workflowId": "Bound workflow",
|
||||
"workflowTitle": "Workflow title",
|
||||
"authType": "AuthType",
|
||||
"created": "Created",
|
||||
"icon": "Icon",
|
||||
@@ -20,7 +24,8 @@
|
||||
"placeholder": {
|
||||
"name": "Please enter plugin name",
|
||||
"description": "Please enter plugin description",
|
||||
"categorize": "Please enter categorize"
|
||||
"categorize": "Please enter categorize",
|
||||
"workflow": "Please select a published workflow"
|
||||
},
|
||||
"button": {
|
||||
"addPlugin": "Add Plugin",
|
||||
@@ -29,5 +34,11 @@
|
||||
},
|
||||
"toolsManagement": "Tools Management",
|
||||
"searchUsers": "Search Users",
|
||||
"parameterValue": "ParameterValue"
|
||||
"parameterValue": "ParameterValue",
|
||||
"workflow": "Workflow",
|
||||
"workflowPluginHint": "Workflow plugins mirror the published snapshot of the target workflow. Availability is evaluated in real time against workflow permissions and approval status.",
|
||||
"workflowPluginUnavailable": "This workflow plugin is unavailable",
|
||||
"workflowSnapshotSynced": "Published snapshot synced",
|
||||
"reasonMessage": "Reason",
|
||||
"onlyPublishedWorkflow": "Only published workflows that you can currently access are selectable."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user