Run Mace in parallel for dependent measures
Hi,
I have to run a rule group containing Both HBI and non HBI measures.
So I segregated HBI and non-HBI rules and added them in two different rule groups and now ran in Master Domain and Local Domains respectively.
But the issue there some dependent rules in HBI rules and vice versa for non-HBI rules.
for example:
ByApExecutedPromB = if(AdWpRpmCodeI != -1 && CoApIActionedB, TRUE, FALSE) -HBI
ByApPromApprStatTx = if(ByI2PromApprStatTx == "2" && ByApExecutedPromB, "5", ByI2PromApprStatTx) - NON-HBI
So how can I make sure that all the rules running in both rule groups are ran in the correct sequence?
Thanks in Advance