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

Implements "Stop all" button #5612

Open
blaryjp opened this issue Dec 28, 2020 · 2 comments
Open

Implements "Stop all" button #5612

blaryjp opened this issue Dec 28, 2020 · 2 comments
Labels
feature ui ux User Experience Improvements

Comments

@blaryjp
Copy link
Member

blaryjp commented Dec 28, 2020

Hello,

Sometimes, we've a lot of running/blocked workflows, and we want to stop them all.
In the UI we've to click one by one to stop them; or do a loop using the CLI.

Maybe we can add a "Stop all" button on top of the left sidebar?

Thx

@blaryjp blaryjp added feature ui ux User Experience Improvements labels Dec 28, 2020
@blaryjp
Copy link
Member Author

blaryjp commented Jul 4, 2021

Hello,

I bump this request, because I've a lot of bloqued run that I need to stop.

I've regularly the need (and I'm not the only one). Do you think you can easily add it?

Thank you :)

cc @yesnault @sguiheux @fsamin @richardlt

@yesnault
Copy link
Member

yesnault commented Jul 5, 2021

example with cdsctl:

i=3854; until [ $i -gt 3888 ]; do;  echo i: $i; cdsctl workflow stop PRJKEY the-workflowName $i; ((i=i+1)); done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature ui ux User Experience Improvements
Projects
None yet
Development

No branches or pull requests

2 participants