]
Michael Anstis updated JBRULES-2554:
------------------------------------
Fix Version/s: 5.5.0.CR1
(was: 5.5.0.Beta1)
Adding a StatefulKnowledgeSessionAware Interface
------------------------------------------------
Key: JBRULES-2554
URL:
https://issues.jboss.org/browse/JBRULES-2554
Project: Drools
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: drools-api
Affects Versions: 5.1.0.M2
Environment: N/A
Reporter: Anatoly Polinsky
Assignee: Mark Proctor
Priority: Minor
Labels: knowledge_session, rulesflow
Fix For: 5.5.0.CR1
Attachments: StatefulKnowledgeSessionAware.java
Original Estimate: 1 hour
Remaining Estimate: 1 hour
Interface to be implemented by any object that wishes to be notified of the {@link
org.drools.runtime.StatefulKnowledgeSession} that it runs in.
Implementing this interface makes sense for example when an object requires access to
session artifacts/details such as rule facts, sessionID, etc.
This interface can be implemented by a custom {@link
org.drools.process.instance.WorkItemHandler} in case, for example, it needs to access a
session to insert / retract some facts before proceeding further to the process node that
fires rules ( groups, agendas, etc.. ).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: