javaee-samples / javaee7-samples

Java EE 7 Samples
https://travis-ci.org/javaee-samples/javaee7-samples
Other
2.5k stars 1.66k forks source link

typo in batch-decision? #453

Open pavelpetrovic opened 5 years ago

pavelpetrovic commented 5 years ago

here http://javaee-samples.github.io/sample/batch-decision/ myJob.xml says: < next on="foobar" to="step3"/ > but the text says: Decider is always returning the value foobar which forwards the execution to step2

shouldn't the xml also say to="step2" ?