RED-9859: update intersecting nodes on kie session insertion
This commit is contained in:
parent
63041927fc
commit
557990273d
@ -1160,6 +1160,10 @@ public class EntityCreationService {
|
|||||||
|
|
||||||
if (kieSession != null) {
|
if (kieSession != null) {
|
||||||
kieSession.insert(textEntity);
|
kieSession.insert(textEntity);
|
||||||
|
textEntity.getIntersectingNodes()
|
||||||
|
.stream()
|
||||||
|
.filter(nodesInKieSession::contains)
|
||||||
|
.forEach(o -> kieSession.update(kieSession.getFactHandle(o), o));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user