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

Change definitions pertaining to running execution[s] in the spec and javadoc. #158

Open follis opened 3 years ago

follis commented 3 years ago

Several JobOperator methods (like stop, abandon) make reference to 'running executions'. The problem is we never define what batch status values that means and what happens. ---- When exactly is lastUpdatedTime updated?

Just on batch status change at job level (incl. abandon)? Not checkpoints? What about step level events? Also javadoc has typo (repeated 'updated')