I am trying to string together some workspaces to create output from several drives and I think i need to keep the output separate in order to be able to process the latest files from each output.
First i am trying to keep the input and output as pairs and thought i need to have parameters in a workspace and call a workspace runner to feed those parameters into. But now i don't see how to do that. Now it looks like i need to have a parameter file and have all of the input.
Right now i have the following parameters I1 needs to be run with O1 I=input, O=output. I also need to have specific layers queried when I1 is run. that is an attribute named L1.
someone please help.