Skip to content

[feature]When creating a new workflow, you need to increase the workflow importance level #725

@yuankang134

Description

@yuankang134

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)
(新建工作流时增加重要级别(高、中、低)选择:(类似工作流模式)。(该字段非必填))
image (13)

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions