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

[FEATURE] Support batch actions on Workflow List page #578

Open
ohltyler opened this issue Jan 23, 2025 · 0 comments
Open

[FEATURE] Support batch actions on Workflow List page #578

ohltyler opened this issue Jan 23, 2025 · 0 comments
Labels
feature A new feature for the plugin v3.0.0 Issues targeting release v3.0.0 workflow list

Comments

@ohltyler
Copy link
Member

Currently, workflows can only be deleted one-by-one from the UI, which is cumbersome if you are trying to clean up a cluster. We should support some batch deletion operation, to select a subset of workflows from the list, and perform deletion on them.

Can update the table to support selection: https://oui.opensearch.org/1.6/#/tabular-content/tables#adding-selection-to-a-table

We may start with just a deletion action, but the UI & design should be general for handling other actions in the future, such as batch provisioning or deprovisioning.

The anomaly detection list page is a good reference/pattern for handling batch actions.

One other consideration: currently, for deletion, we offer deleting the workflow + its resources (if provisioned), or just the workflow. Need to come up with a clean design for handling this at a per-workflow level, even if multiple are selected.

@ohltyler ohltyler added feature A new feature for the plugin v3.0.0 Issues targeting release v3.0.0 workflow list labels Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature for the plugin v3.0.0 Issues targeting release v3.0.0 workflow list
Projects
None yet
Development

No branches or pull requests

1 participant