Home of 'jbatch', a compatible implementation of the Jakarta Batch specification (and the former Reference Implementation for the JSR 352, Batch Applications for the Java Platform specification).
Other
21
stars
18
forks
source link
Steps within a split-flow always re-execute on job restart. #48
This bug was discovered with the addition of the TCK test, testDeciderReceivesCorrectStepExecutionsAfterSplit(). Code is here.
The expected behavior is that COMPLETED steps within a split-flow should not re-execute (unless allow-start-if-complete=true).