Need to invoke a service when business rules in edited in MWS

Hello Experts,

I have a requirement where I need to know who is editing business rules in MWS along with what content is edited. Is there a way to get these information.? Or Is there a way to invoke a service when business rule is edited in MWS.?

Thanks,
Ashish

Hi Ashish,

depending on the version of webMethods Business Rules you are using, you may be able to use events emitted by Business Rules. The Business Rules Reference guide has information about the Rules events emitted on MWS. Especially the “Decision Table Changed” event may be of interest to you - you could subscribe to it and obtain the required information or have it trigger a service.

Starting with 10.4, this information is also available as Rules audit record in the connected database.

regards,
Joerg