Question

How to initiate WorkspaceRunner?

  • 24 June 2016
  • 2 replies
  • 18 views

I have several separate workspaces I want to chain together. How can I get the first WorkspaceRunner transformer to start running with nothing preceding it?

I am using FME 2016.


2 replies

Badge +7

Hi kevwin,

I don't think you can start a workspacerunner without anything preceding it. I would just use a creator to initiate the workspace.

Good luck

Userlevel 2
Badge +16

As Jeroen said: you need to trigger WorkSpaceRunner to execute. Creator (using default settings) can do that. If you want WorkSpaceRunner to import a file the "Directory and file Path" reader is often used. This reader returns file names that can be used as a parameter in the WorkSpaceRunner.

Reply