Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow users to add/show descriptions of workflow templates #10823

Closed
terrytangyuan opened this issue Apr 4, 2023 · 2 comments
Closed

Allow users to add/show descriptions of workflow templates #10823

terrytangyuan opened this issue Apr 4, 2023 · 2 comments
Labels
area/ui solution/superseded This PR or issue has been superseded by another one (slightly different from a duplicate) type/feature Feature request

Comments

@terrytangyuan
Copy link
Member

terrytangyuan commented Apr 4, 2023

If the annotation workflows.argoproj.io/description is available, present it nicely in the UI and allow users to edit it.

@jmeridth
Copy link
Member

jmeridth commented Apr 7, 2023

If someone adds the following:

apiVersion: argoproj.io/v1alpha1
kind: WorkflowTemplate
metadata:
  name: my-awesome-workflowtemplate
  annotations:
    workflows.argoproj.io/description: 'The most amazing workflowtemplate EVAR'

to a workflowtemplate it will be available in the UI via https://argo-workflows-url/workflow-templates underneath the workflowtemplate name.

@agilgur5
Copy link

agilgur5 commented Mar 5, 2024

Superseded by #12644

@agilgur5 agilgur5 closed this as completed Mar 5, 2024
@agilgur5 agilgur5 added the solution/superseded This PR or issue has been superseded by another one (slightly different from a duplicate) label Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ui solution/superseded This PR or issue has been superseded by another one (slightly different from a duplicate) type/feature Feature request
Projects
Development

No branches or pull requests

3 participants