When checking activations in the agenda view, the view is only showing the rule name of the activation, not the data associated with it (variables used in the rules etc.). This is because the method getActivationParameters(..) on AbstractWorkingMemory is not returning the correct information. It seems to be caused by the changes in the activations (lazy evaluation, etc.). This method needs to be updated so the agenda view is showing the correct information again.
Postponed as agreed during the triage call.
Fixed by https://github.com/droolsjbpm/drools/commit/35a848a51 and https://github.com/droolsjbpm/droolsjbpm-tools/commit/7d1be9fa4
Verified with JBTIS 7.0.2.CR1.