-
Task
-
Resolution: Done
-
Major
-
8.29.0.Final
-
None
-
2022 Week 44-46 (from Oct 31), 2022 Week 47-49 (from Nov 21), 2022 Week 50-02 (from Dec 12)
-
3
-
NEW
-
NEW
-
---
-
---
Issue Description:
@Clock, @EventProcessing seem to work in Kogito but not in pure Drools RuleUnit.
Acceptance Criteria:
Add unit tests for them and fix if needed.
Also add to docs.
Additional Information:
@SessionsPool can be technically conveyed to KieBase but actually KieSessionsPool is not used because RuleUnit creates RuleUnitInstance backed by RuleUnitExecutorImpl, not KieSession. We may introduce another pool mechanism for RuleUnitInstance, but RuleUnitExecutorImpl is lightweight than KieSession so it may not be highly demanded.
- is related to
-
DROOLS-7258 RuleUnitInstance pool
- Pull Request Sent