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

Spec should clarify that a batchlet stop can come before a process #135

Open follis opened 3 years ago

follis commented 3 years ago

It is possible a job could be stopped just as a batchlet step is starting and the stop method driven before process ever gets control. Spec should point out that this is possible.