I am having a problem with XOR node. This node has a ruleflow-group that linked TO it. It seems that the conditions are being checked first even before the rules in a ruleflow-group that linked to it. Hence I am having undesirable results because I am setting a variable of a model in with those ruleflow-group rules, and the XOR node is supposed to check the conditions based on the variable setted. Why are the conditions in the XOR node being executed first??

start --> ruleflow-group --> xor node --> etc