Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
Actually using version Talend 5.3 Data Integration.
I'm experiencing troubles to fix dynamically the context of a tRunJob component while using the "Use dynamic job" option.
Here's the single-component job (father) :
The father's job context :
The configuration of the child Job (tRunJob_1 ) :
When executing the father job, the job parameter is well used, sow we can swittch to right child job by changing the value of context.job in the father's context view.
However, the behaviour is just as if the context parameter (context.env) is ignored and the Default context is used.
If I fix directly the context value (by replacing context.env with "PFV") then it works but I need to fix it dynamically.
May I have forgotten something ???.
Thank you.