-
Bug
-
Resolution: Done
-
Optional
-
None
-
None
-
None
Need to add the most recent job execution id to the method:
AbstractJobOperator
if (executionId != mostRecentExecution.getExecutionId()) { throw MESSAGES.jobExecutionNotMostRecentException(executionId, jobInstance.getInstanceId()); } JobExecutionNotMostRecentException jobExecutionNotMostRecentException(long jobExecutionId, long jobInstanceId);