Currently the CRESTJob will always rerun when it is created because we are not correctly checking if it is finished or not. This is causing some issues when rerunning workflows (i.e. wasted compute, inconsistent results, etc.). We should finally implement a method to check completion.
Currently the CRESTJob will always rerun when it is created because we are not correctly checking if it is finished or not. This is causing some issues when rerunning workflows (i.e. wasted compute, inconsistent results, etc.). We should finally implement a method to check completion.