jakartaee / batch

The Jakarta Batch project produces the Batch Specification and API.
https://projects.eclipse.org/projects/ee4j.batch
Apache License 2.0
13 stars 17 forks source link

Behavior when next points to invalid target. Fail or complete. #121

Open follis opened 3 years ago

follis commented 3 years ago

What happens if the id for the next step (however we decide on it) doesn't exist? The spec should say what happens specifically. Do we just end the job as if you didn't give us a next? That seems wrong. Failing the job seems better because something is clearly wrong with the JSL.