|
@@ -7,6 +7,7 @@ query "Get ClaimResults"
|
|
end
|
|
end
|
|
|
|
|
|
rule "Check whether Claimant is not Involved"
|
|
rule "Check whether Claimant is not Involved"
|
|
|
|
+ruleflow-group "sanity"
|
|
when
|
|
when
|
|
claimant: Claimant()
|
|
claimant: Claimant()
|
|
claim: Claim(!(involvedPersons contains claimant))
|
|
claim: Claim(!(involvedPersons contains claimant))
|
|
@@ -22,6 +23,7 @@ then
|
|
end
|
|
end
|
|
|
|
|
|
rule "Check that Claimant is Involved"
|
|
rule "Check that Claimant is Involved"
|
|
|
|
+ruleflow-group "sanity"
|
|
when
|
|
when
|
|
claimant: Claimant()
|
|
claimant: Claimant()
|
|
claim: Claim(involvedPersons contains claimant)
|
|
claim: Claim(involvedPersons contains claimant)
|