Hi All,
I am new to spring batch. I am using spring batch to run a job that has 10 steps.When i am running the job,it execute all the steps one by one.
But is it possible to run a particular step from the job on demand?
That is i want to call a specific step without running all the 10 steps from a seperate java program.
Thanks
Ashokk


Reply With Quote
