parsl.dataflow.states.FINAL_STATES

parsl.dataflow.states.FINAL_STATES = [<States.exec_done: 3>, <States.memo_done: 9>, <States.failed: 4>, <States.dep_fail: 5>][source]

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