-
Notifications
You must be signed in to change notification settings - Fork 1k
Description
Search before asking
- I had searched in the issues and found no similar feature requirement.
Problem Description
1、demand background
(需求背景)
Some users want to increase the workflow importance level selection when creating a new workflow: high, medium, and low, (the front end corresponds to the incoming string value: HIGH, MEDIUM, LOW). In order to facilitate the division of the importance of the workflow in the user's mind. Note: Severity levels can also be modified when editing a workflow.
(有用户想要在新建工作流时需要增加工作流重要性级别选择:高、中、低,(前端对应传入字符串值为:HIGH,MEDIUM,LOW)。以方便划分在用户心里的工作流的重要性程度。注意:编辑工作流时也可以修改重要级别。)
2、Demand realization
(需求实现)
Added importance level (high, medium, low) selection when creating a new workflow: (similar to workflow mode). (This field is not required)
(新建工作流时增加重要级别(高、中、低)选择:(类似工作流模式)。(该字段非必填))

Background: Added the orchestrator/orchestratorLevels interface (get), which returns the workflow importance level list: [HIGH, MEDIUM, LOW]. The orchestratorInfo table adds an orchestrator_level field.
(后台:新增orchestrator/orchestratorLevels接口(get),返回工作流重要级别列表:[HIGH,MEDIUM,LOW]。orchestratorInfo表新增orchestrator_level字段。)
Front-end: Return to the background orchestrator_level field when adding a workflow.
(前端:新增工作流时返回给后台orchestrator_level字段。)
Description
No response
Use case
No response
solutions
No response
Anything else
No response
Are you willing to submit a PR?
- Yes I am willing to submit a PR!