Is there a way to cancel a step but not the job from Spring batch? I thought when you used a "org.springframework.batch.core.step.item.SkipLimitStepFactoryBean" and the property "fatalExceptionClasses", when the fatal exception happened, the step was cancelled but not the entire job. I dont understand why if this property is inside a step it cancels the entire job.
I know I can return null from a reader. Other way?
Thanks