In my limited practice using FME, I increasingly feel the need to access "output ports" of Writers. I saw some discussions dismissing such needs which for the most part I understood. However, since ETL processes often times are synchronous in nature, picking up the "committed" results from database transactions for the following process will allow us to author fewer workspaces.
For example, feature elements of different types from ACAD files are extracted and processed before they are stored in several Oracle QC tables. Without accessing the output ports of the QC tables just generated, I have to write a different workspace to Read from the tables for the subsequent process. To piece automate the entire process in the sequence, I will need to use Python...
Any comments or advise is highly appreciated!
Bo