Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I cannot grasp why a context variable of type String doesn't work (also not working with
option "transmit whole context" in tRunJob) but it works when this context variable is of
type Object and you assign a HashMap to it in parent and modify its entries in the child
jobs. Then theses values are in a bi-directional access for parent and child afterwards.
That's magic.
Hi Hilderich
Using a tBufferOutput component in the child job to pass the error message from the child job to the main job. Refer to this KB article:
https://help.talend.com/search/all?query=Returning+a+value+from+a+child+Job+to+the+parent+Job&conten...
Shong
tBufferOutput is not working in this case Shong.
need a solution