On FME Server you should use the FMEServerJobSubmitter transformer. It will allow you to accomplish the same thing as the WorkspaceRunner.
On FME Server you should use the FMEServerJobSubmitter transformer. It will allow you to accomplish the same thing as the WorkspaceRunner.
Thanks, I made a new workspace with the FMEServerJobSubmitter to run a Server workspace several times. However, can I upload that new workspace to Server and run it from there, or is the FMEServerJobSubmitter meant to be run from a Desktop workspace only?
Our expert said it is better not to use the FMEServerJobSubmitter and stick to just one workspace on Server. Do you have advice on how else to feed multiple user parameters and 'loop through' a workspace?
Thanks, I made a new workspace with the FMEServerJobSubmitter to run a Server workspace several times. However, can I upload that new workspace to Server and run it from there, or is the FMEServerJobSubmitter meant to be run from a Desktop workspace only?
You can of course also use the FMEServerJobSubmitter when running on FME Server, not just FME Desktop.
Our expert said it is better not to use the FMEServerJobSubmitter and stick to just one workspace on Server. Do you have advice on how else to feed multiple user parameters and 'loop through' a workspace?
You could also look into using automations for chaining workspaces: https://community.safe.com/s/article/getting-started-with-automations
Also a nice suggestion, thanks! However, I need to first be able to run a workspace that uses just one feature multiple times, on Desktop, without using any of the suggested methods. Is this possible using certain grouping and/ or blocking transformers to feed the workspace something, and upon completion, to feed it the next (waiting) feature?