How it is different from passing values to child job?
@CoopmanGreg5 жыл бұрын
When you pass a context variable to a child job, then change that context variable's value in the child job. The problem comes when you return to the parent package, that context variable will not show the changed value. This video demonstrates how you can change a value in the child job and return that changed value to the parent job.
@omkarkulkarni33465 жыл бұрын
Thanks
@CoopmanGreg4 жыл бұрын
You bet
@CoopmanGreg4 жыл бұрын
When you pass a context variable to a child job, then change that context variable's value in the child job. The problem comes when you return to the parent package, that context variable will not show the changed value. This video demonstrates how you can change a value in the child job and return that changed value to the parent job.