Imagine when you have huge amount of input data and long list of transfmormers,
And after making few small changes in the last transfromer, you have to wait a long time to run through all the previoius transformers to verify the changes of the last transfomer.
I propose to add a new function called 'Storage Point' where FME can save the intermediate data passing through this point.
Next time user run the workspace, there should be an option to 'Run From Storage Point ' which restore the data from 'Storage Point', begin running transmformation after 'Storage Point'.
This time it might take 10s to verify my changes to the last transformer.



