Is there any way by which I can get to know if a fact has passed all the rules defined in a flow. Can I get such info using match() or matchUntilHalt or some other library function?
In my scenario, I am passing a list of facts to a flow having multiple rules defined in it.
@DevSide or other members, any idea?