Skip to main content

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.

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