Hi Community,
does anybody know a way to force FeatureWriter to wait for completion of a writing task of a feature type before the next writing is triggered?
I'm trying to delete features on a database (Oracle Non Spatial) with constraints on the affected tables. So I must enforce a specific delete order. Currently I use a rather complex mechanism with mutiple FeatureWriter transformers in chain and would like to tie them down into one FetureWriter.
If a FeatureWriter could be configured in that way it would also be great to do the action within a single transaction. Is this possible too?