Solved

Trigger an automation when a server app is completed

  • 25 August 2021
  • 1 reply
  • 38 views

Badge

Hi,

 

I am using FME Server 2020. I have a workspace that is available in a server app. I would like to trigger an automation when that workspace is runned from the server app form.

 

How can I achieve that?

 

Thank you!

icon

Best answer by david_r 25 August 2021, 16:45

View original

1 reply

Userlevel 4

This is fairly easy to accomplish, thanks to the notification system in FME Server.

Insert an FMEServerNotifier transformer in your app workspace that triggers a topic that is listened to by your automation. To achieve this, set the automation trigger to type "FME Server Topic notified" and select the topic that is triggered by your app workspace. The automation should then start whenever your workspace is executed.

Reply