c# - Tracking declarative rule condition results -


I am creating a custom tracking service and I need to know how to monitor the results of declarative rule conditions in the IfElseBranchActivity . Rule Action Tracking Documents works only on policy activity and I can not find any examples around the Internet.

Thanks a lot!

Carlos

itemprop = "text">

You are right - RuleActionTrackingEvent rules executed only through policy activity There is no tracking record emitted for evaluation of the declaratory rule conditions used for ifElse and similar activities.


Comments

Popular posts from this blog

Is there an open source WebSockets (JavaScript) XMPP library? -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -

iphone - How do I make a UIPickerView in a UIActionSheet -