Hi,
We will be using workspace runner to perform running 1+ workspaces one-after-one or repeating the same workpace number of times in batch mode.
For instance, if we have GDB with 10 million features and we have to use the same contents in more than 1 workspace then we have to read more than 1 times based on workspaces requirement.
In order to eradicate this repeated activity (reading same data multiple times), if we have transformer which passes data from one workspace to other workspace such that we can run the workspaces in parallel as well one after other (based on preference).
This transformer will reduce alot of hours (lead time).
Pratap