Currently the definition of predicate [`allAllocationsFinishedRunning`](https://github.com/ValFadeev/rundeck-nomad-plugin/blob/master/src/main/java/io/github/valfadeev/rundeck_nomad_plugin/nomad/NomadAllocationPredicates.java#L33) does not capture the [possible](updateNonTerminalAllocsToLost) _"lost"_ status of an allocation. This was brought up [here](https://github.com/hashicorp/nomad-java-sdk/pull/2) and will possibly result in some of the predicates being pushed into the Nomad SDK.
Currently the definition of predicate
allAllocationsFinishedRunningdoes not capture the possible "lost" status of an allocation.This was brought up here and will possibly result in some of the predicates being pushed into the Nomad SDK.