-
Enhancement
-
Resolution: Done
-
Major
-
7.55.0.Final
-
None
-
2021 Week 25-27 (from Jun 21), 2021 Week 28-30 (from Jul 12)
-
2
-
Undefined
-
NEW
-
NEW
Analyze modified map key/value so we can link R1 -> R2 with POSITIVE instead of UNKNOWN
rule R1
when
$c : ControlFact()
then
$c.mapData["Key1"] = "Value1";
modify ($c) {mapData = $c.mapData};
end
rule R2
when
$c : ControlFact(mapData["Key1"] == "Value1")
then
end
- is related to
-
DROOLS-6507 Impact Analysis : analyze literal bind variables
-
- Closed
-