WASdev / standards.jsr352.jbatch

Home of 'jbatch', a compatible implementation of the Jakarta Batch specification (and the former Reference Implementation for the JSR 352, Batch Applications for the Java Platform specification).
Other
21 stars 18 forks source link

Added job instance deletion method #49

Closed k2sd closed 2 years ago

k2sd commented 7 years ago

This patch introduces a method for deleting a job instance. The method can be called as follows:

BatchJobUtil util = BatchSPIManager.getInstance().getBatchJobUtil();
util.deleteJobInstance(jobInstanceId);
k2sd commented 2 years ago

This seems to have some conflicts, but I can't deal with them right away, so closing it for now.

scottkurz commented 2 years ago

I'm sorry. I forgot about this and am just noticing as you closed it. We are almost done with Batch 2.1 for EE 10. If you want to reopen after I can help work through the merge. I think we should include a unit test too here. Thank you and again, my apologies for leaving this go for so long.