Question

FME Server API to monitor topics

  • 5 July 2022
  • 1 reply
  • 3 views

I am working to develop metrics for my workbench that run on FME Server. I use batch script to do some metrics with FME Server API. I am wondering if is it possible to monitor topic as we can do on FME Server (Topic Monitoring) with the FME Server API. I would like to test if my workbench send topics successfully.


1 reply

Userlevel 4

You could create a subscription (or an automation) connected to the topic that does something whenever the topic is triggered, e.g. log it, send an email, run a workspace, etc.

Reply