Skip to content

[Feature] Workflow node name display optimization #1086

@wxyn

Description

@wxyn

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Problem Description

The current workflow node displays a maximum of 12 characters. You can view more characters only by enlarging the workflow.

Current workflow situation

  1. The workflow structure is complex and the number of nodes is large
  2. Workflow node names are long (40+ characters)

Detailed description

  1. There are a lot of workflow nodes (hundreds) in the stock of work flow, and the current connection is unformatted (formatting will put the table of the same level in one row, which may lead to a very wide width of the entire workflow, which is inconvenient to query).
  2. Many nodes are named after the specification of the topic domain _ layer _ number _xxx.

analyze
Do not change the maximum width of the current node as much as possible: for some complex workflows, node positions and connections are manually dragged by users, if the default node width is increased, the node positions in the inventory of workflows may coincide;

Description

Increase the number of characters displayed without adjusting the width of the default workflow nodes.

The current workflow nodes A,B,C three parts can display more characters, where the C part needs to be reserved for the icon of the execution state. Therefore, you can use parts A and B to show as many characters as possible.
(The width of each character is different, so the number of displayed characters cannot be clearly given)
image

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

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions