get status of a trigger using a flow or java service

I am using the following services to get the status of connections, listeners and notifications. I would like to do the same for model triggers. Does anyone know a way to get the status of a model trigger (enabled/disabled) using a flow or java service? (Using 6.5)

connection status → WmART.pub.art.connection.queryConnectionState
listener status → WmART.pub.art.listener.queryListenerState
notification status → WmART.pub.art.connection.queryNotificationState

Thanks in advance.

Take a look at the services in WmRoot/wm.server.triggers
Usual warning: use of WmRoot services is not supported.

  • Percio

my adminstrators do not have that package loaded. Any other options?

Hi,

Its not possible that wmRoot package is not loaded. May be its not visible from Developer.

Add the following paramter in extended setting of server.cnf file to view the package.

watt.server.ns.hideWmRoot=False.

Thanks.
Jiten