Passing value from the parent Job to the child Job
Passing a value from the parent Job to the child Job is a common real world requirement. I am going to describe different ways of passing values from parent job to child job using following different ways. Passing context to child job. Passing globalMap to child and get the result back in parent. Get the […]