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.
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.
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
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.