I have a newbie question.
Can I instruct FME that I wish it to finish all previous steps (transformers), before proceeding with the next step?
By way of example I have a workbench that gets a list of files from FTP, downloads those that match a regex pattern (might be a few hundred mb), unzips them, and then needs to call a SystemCaller for some custom code to run. I need all the FTP files to be downloaded, and all the files to be unzipped before I run the next bit of code. FME wants to slide each file right the way through the workflow individual of each other. So, I might wind up collecting 10 files before I can run the SystemCaller, but I do need the 10 files present.
Something along the lines of "If there's 10 things on the input side, you need 10 things on the output side before proceeding".