Reputation: 1
I'm new to ODM 8.12, just doing some discovery for migrating from ODM 8.9.2 to 8.12. Old versions of ODM had IlrLogHandler with various methods for rule execution start , rule execution end.Do we have similar kind of api's available to check the execution start and end at each rule level. Thanks
IlrLogHandler is deprecated, RuleEngineObserver has ruleExecutionStarted and ruleExecutionEnded methods, but need help on whether I can use the same in ODM 8.12 and if yes, how to initialize the custom observer.
Upvotes: 0
Views: 400
Reputation: 271
jain
you can find a proper example here of exactly what you're searching for :
https://github.com/DecisionsDev/decision-engine-observer-sample
Best Emmanuel
Upvotes: 0