Sorry if this has been covered, but I searched the forum for a bit prior to posting.
I am evaluating Clover and very new to using it. I am trying to create a jobflow that is a series of graphs, but I am unable to share outputs between them.
I don’t want to use temp files, as I feel it will slow down the processing. ( I have not evaluated this statement yet though. ) I have tried to SetJobOutput and dump the contents to a dictionary, but I only get the last record in the next step.
Question being, is it possible to share the output of records from GraphA as the input of GraphB, without writing to disk? If not, can the output of GraphA be used in additional steps in the jobflow, without writing to disk?