Skip to main content

2021-04-21 09_55_00-mRemoteNG - confCons.xml - SABRE_Prod_2020I have a workflow that reads data from one database and puts it in another (postgres).

 

My question, as an FME newbie, is how can I run another step after the Postgres Writer step - there seems to be no output port on the Writer module. The intent is to wait until the writing is complete, then run a GeoWebCache reseed step (though it could be any other step, really).

 

 

Try using a FeatureWriter to write to your database, instead of your current PostgreSQL writer. Then use the summary port feature, which is only output after writing is complete, to trigger any subsequent process.


I'll give it a go. Thank you.


Reply