Elke asked for a single command to resubmit all the tasks in a
workflow, that have failed due to a specific error.
The prototype command-line for this would similar to::
gselect -s session --failed --type "FooApplication" --error "some error tag" | xargs gresub -s session
where the command-line options have the following meaning:
* `--failed` selects all tasks that have a non-zero exit status code.
* `--type "FooApplication"` selects all tasks of class `FooApplication`
* `--error "some error tag"` would select all tasks such that the string `"some
error tag"` appears in the job's STDERR
Original issue reported on code.google.com by riccardo.murri@gmail.com on 29 Oct 2014 at 10:08
Original issue reported on code.google.com by
riccardo.murri@gmail.com
on 29 Oct 2014 at 10:08