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

Add UI capabilities to control specific nodes in the workflow #6382

Closed
basanthjenuhb opened this issue Jul 20, 2021 · 2 comments
Closed

Add UI capabilities to control specific nodes in the workflow #6382

basanthjenuhb opened this issue Jul 20, 2021 · 2 comments
Labels

Comments

@basanthjenuhb
Copy link
Contributor

basanthjenuhb commented Jul 20, 2021

Summary

  • This is regarding adding more capability in the UI regarding step workflows and dag workflows
  • May a times, we have requirement to override and instance of a workflow
  • This overriding could be of the form
    • allow selecting parameters manually at different nodes
    • Being able to hold/pause a specific node in the workflow
    • Release a node at will
    • Rerun a node with different parameters
    • Rerun dependent nodes (In dag) at will
    • Cancel dependent nodes at will
    • Mark a node as completed succesfull even though it failed and vice versa
  • This enables a more friendly usage from the UI and would make it easier for debugging, retries etc.
  • This also helps in manually fixing one of workflow instances
  • Currently, to achieve the same, we have to edit the workflow itself which might not be desirable.

Message from the maintainers:

Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍.

@alexec
Copy link
Contributor

alexec commented Oct 29, 2021

feat(ui): resume on selected node. Fixes #5763 (#6885)

@qiyin777
Copy link

”Rerun a node with different parameters“ This could be super helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants