Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a child job, in it i defined a global value and changed it. then I want to use globalMap.get("variable") in parent job, talend returns java.lang.NullPointerException.
The job is simply like tRunjob_1(child)-----onSubjobok------tJava_1, i use globalMap.get in tJava1, return this error.