Description
Currently, we display the attribute custom_operator_name only selectively to print a nicely formatted name when using a Taskflow decorator, e.g. to print @task:

However, this is not applied consistently in the UI. For example, the graph view displays the class name:

I suggest displaying the nicely formatted name defined by custom_operator_name in all places where it's shown in the UI.
Use case/motivation
No response
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
Description
Currently, we display the attribute
custom_operator_nameonly selectively to print a nicely formatted name when using a Taskflow decorator, e.g. to print@task:However, this is not applied consistently in the UI. For example, the graph view displays the class name:
I suggest displaying the nicely formatted name defined by
custom_operator_namein all places where it's shown in the UI.Use case/motivation
No response
Related issues
No response
Are you willing to submit a PR?
Code of Conduct