Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a parent job which I am running from unix server using .sh job command...i have a scenario where a parameter is being hardcoded in studio for parent and child job...having same context parameter name. if I am passing --context_paramter to the command say for example like
/run/test./test/test.sh --context_param input_path= /test/input/
the above context param I am passing is getting updated only in parent job but not to the child job...child job is still getting loaded with default value that was given in the context parameter. please note that i am not passing this value from parent to child from context parameters.
I wanted to achieve this without touching the code from command, is it possible? can someone suggest if there is a way to pass the context parameter from backend to child job ?
Hi
You should check the 'transmit whole context' box on tRunJob which calls child job.
Regards
Shong