Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign uptypo in batch-decision? #453
Open
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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" ?