JSR 352 Restarting a job?
When a job is restarted, only the failed partitions are run again. How do i run a successfully completed job again? Is there a difference between submitting a job again and restarting the job? i am using IBM's implementation of JSR 352 on Websphere Liberty. Java Batch is designed so that when you restart a job instance, execution continues where you left off (in the previous failed or stopped execution). So typically this means two things: Within the job, you begin at the previously-failing step (or the step at which the job was stopped). Within the step, you begin by positioning the input