spotless
This commit is contained in:
parent
11e4ef8319
commit
8e76804d39
|
@ -99,7 +99,8 @@ public class JobInstanceProcessor {
|
|||
cleanupInstance(theInstance);
|
||||
triggerGatedExecutions(theInstance, jobDefinition);
|
||||
|
||||
JobInstance updatedInstance = myJobPersistence.fetchInstance(theInstance.getInstanceId()).orElseThrow();
|
||||
JobInstance updatedInstance =
|
||||
myJobPersistence.fetchInstance(theInstance.getInstanceId()).orElseThrow();
|
||||
if (theInstance.hasGatedStep()) {
|
||||
JobWorkCursor<?, ?, ?> jobWorkCursor = JobWorkCursor.fromJobDefinitionAndRequestedStepId(
|
||||
jobDefinition, updatedInstance.getCurrentGatedStepId());
|
||||
|
|
Loading…
Reference in New Issue