I have a workspace that takes one published parameter to run through. I want to set up a FME server weekly automation, and each weekly run includes running the workspace multiple times, each with a different parameter value. The parameter values are stored in a text file. Seems to be simple? But I can't think of a good way to do this. Still new to the FME server automation. I am using FME 2019.2.1, both desktop and server.
Solved
How to dynamically feed different parameter values to a workspace in the server Automation?
Best answer by david_r
aguan wrote:
our test server is 2020.1, but I don't see how to do this either in it. Any clue?
If the parameter values are always in the same text file, why not simply let a "master" workspace read the thext file and e.g. use the FMEServerJobSubmitter to launch the "child" workspace once for each of the parameter values.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.