Skip to main content
Question

How to start fme workbench from c# window application

  • September 4, 2018
  • 1 reply
  • 33 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.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

xiaomengatsafe
Safer
Forum|alt.badge.img+11

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.