-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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: Ability to change parameters when re-submitting workflows #4662
Comments
Thank you @amoldharamshi I'll speak to my colleagues about your request. |
Might be good to fix #3453 at the same time. I'm imagining a new panel that pops up similar to submitting from workflow templates. That would be neat. |
Sure thing, I'll take care of this as well |
I added the ability to set parameters in the workflow submit pane. It's a little trickier to add this in the workflow resubmit pane. I will bring this up with the team tomorrow |
Done |
Re-opening so we can do this. |
it would be really useful to allow to the argo client function Something like
The use case is pretty clear, you want to retry a workflow changing some parameters. |
This issue is about UI. Please raise new issue. |
This comment was marked as resolved.
This comment was marked as resolved.
I'd like to take this one, please. My understanding is that the resubmit UI should have an option in addition to the For workflow templates and cluster workflow templates, I think it would be good to redirect to the template submission view with the inputs pre-filled on the selected entrypoint, since that would help give a consistent experience submitting workflow templates from the UI. The difficulty comes for non-template workflows. It seems like we would need a new submit panel that did essentially the same thing as the template submission, but for a workflow that doesn't have a defined template. I don't want to duplicate all the same submit logic in a new place; would it be possible to use the same workflow submission form for both workflow templates and free-form workflows? |
Looking through the code a bit more, this actually seems like it's largely already solved in this case: I'd like to propose the following behavior when clicking the Resubmit button:
|
Signed-off-by: toyamagu2021@gmail.com <toyamagu2021@gmail.com>
Signed-off-by: toyamagu2021@gmail.com <toyamagu2021@gmail.com>
@toyamagu-2021 Can you comment here so that I can assign this to you? |
@terrytangyuan |
Signed-off-by: toyamagu2021@gmail.com <toyamagu2021@gmail.com>
Summary
Need ability to change parameters/arguments while resubmitting workflows in Argo UI
Use Case
In case of failures or if we want to run the workflow again with different parameters/arguments, we need ability to do so using Argo UI
The text was updated successfully, but these errors were encountered: