Hello,
Does anyone know what the behaviour should be when a restartable job fails and the Job Launcher attempts to launch the job again?
In my case, my Job fails and I can verify this since the:
step is executed, but when I try to restart the Job again, I get a JobInstanceAlreadyCompleteException.Code:<next on="FAILED" to="batchFailedStep" />
I don't specify any restartable property on the <job /> so I assume the default(true) is set? Any thought?
Regards,
- Savvas


Reply With Quote