I have a master job in Spring batch . I have 2 other jobs. The steps of these two jobs are
Job1= master job steps+master job flows+ step1
Job2= master job steps+ master job flows+step 2
From above, Job 1 and Job 2 share master job steps as common . I do not know how to reuse the same job between different jobs . How can I do it?