Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a doubt in running the tRunJob component as below
Contexts -> testcontext (list of Context are Default,X,Y,Z)
In the settings of tRunJob component , i have set Context as say X
while in the child job i have set the Default context environment as Default
Now when the tRunJob is executed, will the Default context envrionment value i.e Default be overloaded by the value X ? and will the child pick all the values from context X which are not sent from Context Param of the Parent job.
Thanks
The child job will run with its default context, not from X. You should check the checkbox "Transmit the whole context" or specify the context variables.