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

provide API for determining whether or not current execution, or given execution is a restart #93

Open follis opened 4 years ago

follis commented 4 years ago

Originally opened as bug 7473 by ScottKurz

--------------Original Comment History---------------------------- Comment from = ScottKurz on 2016-01-11 15:25:18 +0000

This could be useful for certain applications for both JobContext and JobExecution.

It's something the app could figure out but why not have the runtime figure out and make available


Comment from = ScottKurz on 2016-01-11 15:32:23 +0000

obviously for the context-based API, it would be the current execution that we'd be querying. But for a JobExecution it would be any given execution.