Good morning to everyone!
My purpose is to build a Workspace (father) able to divide in N equal subsets some zipped files located in a path, then pass every group to a Workspace runner that will call another dedicated Workspace (son) that will do the job I need.
The question is: how can I parallelize this process?
I mean, I have built the first Workspace (father) and it works quite well but unfortunately I'm able to process just a single Subset at a time (First Workspace Son), finished the first one the process pass to the second flow and so on, until the end.
I would like to start all the Workspace runners simultaneously. Is it possible? How? Every Workspace (son) will write on a different Geodatabase.
Thank you very much to everyone who will answer.
P.S.
FME v 2020.0 (Data Interoperability 2.6)
I have uploaded a picture of the Father Workspace.