[GIS] FME Timer function

fme

Is there some sort of trick (apart from saving a project and running a windows task to initiate it) within FME to set a clock as a tranformer to count to 1hour before starting the next transformer? I basically want a count time timer workbench transformer to wait 1 hour before starting the next one.

Best Answer

There is a Decelerator Transformer, but I'm unsure of the maximum amount of time you can pause a function--it is measured out in seconds.

If you are using the .bat code created in fme, you could modify it to add a pause between workflows. Again, measured in seconds.

Pausing for an hour between transformers seems excessive--how many transformers do you have to iterate through?

Related Question