parsl.dataflow.states.FINAL_STATES

parsl.dataflow.states.FINAL_STATES = {States.exec_done, States.failed, States.dep_fail, States.memo_done}[source]

States from which we will never move to another state, because the job has either definitively completed or failed.