Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I found difference in behavior of buffer component when used in the below use cases
1) Child Job without any input row : Use only ChildJob and retrieve the value from child job in parent job - The values from child job are retrieved successfully which is correct.
Pls refer screenshot <<ChildJobWithoutAnyInputRow>>
2) Child Job with an input row : Use a row as input to the childjob and retrieve the value from child job in parent job - The values are not retrieved from child job but from the input row.
Is this behavior correct ?
pls refer screenshot <<ChildJobWithInputRow>>
I would like to know how can i get the output from child job when it is preceded by an input row
Thanks
Found the Solution,
in tRunjob component -> Advanced Settings -> select checkbox to propogate the result to output schema
Found the Solution,
in tRunjob component -> Advanced Settings -> select checkbox to propogate the result to output schema