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

Clarify batch and exit status visible in afterStep() and afterJob(). E.g. do you see failures as such? #149

Open follis opened 3 years ago

follis commented 3 years ago

Do the afterStep and afterJob listener methods get control even for exceptions (yes)? Can they affect the ExitStatus? Does an exception here affect the Batch Status? When does BatchStatus get pushed to ExitStatus if nobody has set it? Things the spec should be clear about