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

UI: CronWorkflow from WorkflowTemplate #12795

Open
sherlant opened this issue Mar 13, 2024 · 1 comment
Open

UI: CronWorkflow from WorkflowTemplate #12795

sherlant opened this issue Mar 13, 2024 · 1 comment
Labels
area/ui solution/suggested A solution to the bug has been suggested. Someone needs to implement it. type/feature Feature request

Comments

@sherlant
Copy link

Hi All,
i use argo-workflow from couple of days and this tool is awesone, thanks for that.
I have try to play with cluster workflow templates, workflow templates and workflow, and it works very well.
I want now to make a cron workflow from workflow template, with the UI, but i don't found any button to do this. There are no options like with new workflow, to select a template.
There is a way to do this ?

Thanks for advance

@sherlant sherlant added the type/feature Feature request label Mar 13, 2024
@agilgur5
Copy link
Member

agilgur5 commented Mar 25, 2024

Please do not remove the issue template, it is there for a reason.

There is a way to do this ?

In a CronWorkflow's workflowSpec, you can use workflowTemplateRef the same way you would in a Workflow's spec.

I want now to make a cron workflow from workflow template, with the UI, but i don't found any button to do this. There are no options like with new workflow, to select a template.

There is no button for that in the CronWorkflow UI currently. You can manually write a CronWorkflow manifest to achieve this though, per above.

Adding a WorkflowTemplate selector could potentially be a good feature to add to the UI, but it's a bit more complex than a Workflow, as you would still have to fill out the outer CronWorkflow spec (schedule in particular, plus other optional fields).
I labeled this as a UI feature request as such.

@agilgur5 agilgur5 added the solution/suggested A solution to the bug has been suggested. Someone needs to implement it. label Mar 25, 2024
@agilgur5 agilgur5 changed the title Cron workflow from workflow template UI: CronWorkflow from WorkflowTemplate Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ui solution/suggested A solution to the bug has been suggested. Someone needs to implement it. type/feature Feature request
Projects
Status: No status
Development

No branches or pull requests

2 participants