Feature #13773
Updated by Peter Amstutz over 6 years ago
It is useful to know when a container is going to fail, but hasn't completed yet.
Workflow developers / users want to know this so workflows can be resubmitted.
The API server wants to know this so it does not select a container for reuse which is going to fail.
Need to:
* Decide how it should be represented on the container record & implement
* Make arvados-cwl-runner set "will fail" status on the container when a workflow step fails.
* API server should take "will fail" status into account when searching for containers to reuse
* Workbench should recognize and display "will fail" status differently from "running"