Graph output in a Jobflow empty

Using Version: 3.5.1.018

trying to create a Jobflow, however the Graph being called is not populating the expected variables, do I need to explicitly set the output variables in the graph being called, or add to dictionary?

Screenshot attached of the debug of the flow in the JobFlow illustrating my issue, any pointers gratefully received at this point.

regards

Mike

Hi,

Yes, you will need to explicitly set the output variables in the Output mapping property of the ExcuteGraph component you are running.

Hi,

In CloverETL versions 4.1 or higher this feature was upgraded in a way that you will not need to specify the output metadata it will automatically map it for you.