Question

How to start fme workbench from c# window application

  • 4 September 2018
  • 1 reply
  • 4 views

My FME version is 2017.0 and I'm trying to start fme workbench with an specific workspace and some parameters; because right now I'm starting fme from cmd.


1 reply

Badge +2

Hi @yaraapplerocks. I found an oldie blog article that seems to point to some useful ideas on how to do this. The method should still apply in FME 2017

 

Please Note: the API doc mentioned in the article can be found in your FME install directory under <FME_HOME>\\fmeobjects\\cpp\\apidoc\\classIFMEWorkspaceRunner.html.

 

These API docs are only available if you checked Yes on Install the SDK, during FME installation process. So if you don't find these files, please consider re-install FME.

Hope this helps a little.

Reply