Skip to main content
Solved

How to dynamically feed different parameter values to a workspace in the server Automation?

  • December 3, 2020
  • 4 replies
  • 43 views

aguan
Supporter
Forum|alt.badge.img+11
  • Supporter
  • 140 replies

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.

Best answer by david_r

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.

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.

4 replies

david_r
Celebrity
  • 8394 replies
  • December 3, 2020

Is upgrading to 2020.x an option? Automations did get a serious improvement compared to 2019.


aguan
Supporter
Forum|alt.badge.img+11
  • Author
  • Supporter
  • 140 replies
  • December 3, 2020

our test server is 2020.1, but I don't see how to do this either in it. Any clue?


david_r
Celebrity
  • 8394 replies
  • Best Answer
  • December 4, 2020

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.


aguan
Supporter
Forum|alt.badge.img+11
  • Author
  • Supporter
  • 140 replies
  • December 6, 2020

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.

@david_r. This works exactly like what I wanted. Thanks you very much.