I am trying to chain together multiple workbenches so that when one workbench finishes making changes to my data, that changed data will be passed on to the next workbench. I am using a WorkspaceRunner at the end of the first workbench to begin the next workbench. I have been trying to find information on how to read the data from that WorkspaceRunner into the next workbench, but have been unable to find any clear information about how to do this.
What reader should I use or steps do I need to make to accomplish this?