Passing a value from the child Job to the parent Job

Create a child job like as shown below and define a column "name"



Create a parent job like as shown below:  (Child is a tRunJob component which is calling the above Job)


To access the above value in tRunJob_1, define this component’s properties as below. Click on the “Copy Child Job Schema”, this is how we can access the value from child job to parent job.

tLogRow_1 in Parent Job can simply retrieve its value :