Skip to main content
Solved

Protocol to trigger a workspace

  • June 30, 2017
  • 5 replies
  • 25 views

Forum|alt.badge.img+3

How can we trigger workspaces one after another in FME server? Suppose we have three workspaces and these three need to be run one after another in sequence, published the three workspaces to fme server with success and failure topics for each script. while configuring with Notification or Subscriptions, unable to find any trigger to run next workspace. am i missing anything?

Best answer by david_r

From FME Server 2016 and onwards (I think), there's a subscription protocol called "Workspace". It will run a specific workspace whenever a topic is called. Is that what you're looking for?

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.

5 replies

david_r
Celebrity
  • Best Answer
  • June 30, 2017

From FME Server 2016 and onwards (I think), there's a subscription protocol called "Workspace". It will run a specific workspace whenever a topic is called. Is that what you're looking for?


Forum|alt.badge.img+3
  • Author
  • June 30, 2017

From FME Server 2016 and onwards (I think), there's a subscription protocol called "Workspace". It will run a specific workspace whenever a topic is called. Is that what you're looking for?

Good to have this option in 2016. But working with 2015 FME server, so any other alternative at 2015.1.2.1 version?

 

 


david_r
Celebrity
  • June 30, 2017
Good to have this option in 2016. But working with 2015 FME server, so any other alternative at 2015.1.2.1 version?

 

 

One solution could be to use FMEServerJobSubmitter at the end of each workspace.

Forum|alt.badge.img+3
  • Author
  • June 30, 2017
Looking for this option at FME 2015.1 version..

 

 


Forum|alt.badge.img+3
  • Author
  • June 30, 2017
One solution could be to use FMEServerJobSubmitter at the end of each workspace.
@david_r, yes i used this option using FMEServerJobSubmitter. Just curious to know through Protocol or other way..