Hello FME users,
I hope somebody can help me with this situation:
I have a workspace that reads a list of feature ID's.
For each feature I want to run the F020 workspace (connecting to a database and creating a file).
To create 4 parallel processes, I split up the list and pass an ID to each of the 4 WorkspaceRunners (each using their own database connection).
The WorkspaceRunners are set to wait, but that results in all processes being run in sequence.
If I change the setting to "Wait = No", the file is not created in time for the next step in the process.
Any idea how I can run the 4 F020 WorkspaceRunners in parallel, but run the FileExistenceChecker for each process after the F020 has created its output file?
All suggestions are appreciated.