Is it possible to prevent a transformer from starting until a certain writer is done?
This needs to be used in following case:
1. Read data
2. Process data
3. Write data
4. Read written data in same workbench and continue processing
Working with a workbench with workspacerunners performing the actions seperately and consecutively won't work as this needs to be executed on an FME Server with one engine (I noticed the workspacerunner searches for a second engine).
Secondly I was thinking to do the writing with an SQLexecutor instead of a writer. But it's a bit tricky to compose the writing statement everytime correctly and I was not able yet to keep the geometry when writing.
Any suggestions on this?
thx,
R.