pass context parameter to child job externally from command line
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
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 ?