Question
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
ibm
CN
Last activity: 14 Jul 2023 3:26 EDT
Can find out rule, but cannot match rule
Hi team,
Scenario:
ClassA is parent class of ClassB
There are 2 activities "ActivityX" and "ActivityY" in ClassA. "ActivityX" invokes "ActivityY".
ClassB override "ActivityY", but does NOT override "ActivityX".
Issue:
When "ActivityX" invoked, this error happends:
Failed to find a 'RULE-OBJ-ACTIVITY' with the name 'ActivityY' that applies to 'Work-'. There were 51 rules with this name in the rulebase, but none matched this request. The 51 rules named 'VALIDATEBULKCREATION' defined in the rulebase are: 50 related to applies-to class 'Work-', but were defined on subclasses: { ClassB, ClassA}.
From the error we can see that PEGA can find "ActivityY" from "ClassA" and "ClassB", but why it says "none matched this request"?