parsl.dataflow.states.FINAL_STATES

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

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