Hi,
I've instrumented a POJO rule as:
Match classes "that extend a Super Class that ends with BaseCatalogWorkflowStep" (didn't want to bother with the package prefix, so used ends with, instead of equals)
Method name "equals in"
We have been capt...
Hi Radhika,
Thanks for your answer.
I've tried your suggestion, but transactions were still not being detected.
In the end, I've succeeded in capturing the transactions by using the "class which implements an interface equal to" condition. So I...