maestrowf icon indicating copy to clipboard operation
maestrowf copied to clipboard

Add support for cancelling selected steps in a running study

Open jsemler opened this issue 4 years ago • 3 comments

Expand Maestro to support cancelling selected steps in a running study.

Example API:

$ maestro cancel <path/to/study> --steps <step-name>
$ maestro cancel <path/to/study> --steps <step-name1> <step-name2>

jsemler avatar Aug 19 '20 23:08 jsemler

A closely related request would be to include job ids in "maestro status"

crkrenn avatar Aug 20 '20 02:08 crkrenn

+1 for jobids in the status, even if optional

For cancelling, is cancelling a step name intended to be al paremeters of a step, or individual parameter combos?

jwhite242 avatar Aug 21 '20 18:08 jwhite242

I can definitely get behind a job identifier column in the status table. The StudyRecord already has that information. The only limit is that if a job has a restart, then it will only display the last assigned job identifier.

FrankD412 avatar Aug 25 '20 21:08 FrankD412