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

NoSuchJobException discussion and implications for JobRepository #168

Open follis opened 3 years ago

follis commented 3 years ago

JobOperator stuff… getRunningExecutions in some impls throws NoSuchJobException if the job exists but isn't running, others just return a null. Other interfaces like getJobInstanceCount can throw NoSuchJobExecution but it would seem simpler to just return a count of zero.