Rule not found exception -
Activity1 is defined in work class and Activity2 is defined in data class. Activity2 is called in Activity1 using Call.
On UI, Activity1 gets executed on click of a button Button1.
After navigating to the screen, where Button1 is present and waiting for approx. 5 minutes (no action was performed), then clicking on Button1 resulting in
Rule not found exception.
Rule not found exception is getting triggered for the Activity2 and log message is displaying like Failed to find a EULW-OBJ-ACTIVITY with the name Activity2 that applies to work class.
Please, answer why it is searching for Activity2 in Work class instead of Data class.