I have situation where the set of rules I am writing will be invoked via a
REST service in an asynchronous manner via JMS message queues. Essentially
what is happening is that from the GUI, a ticket is raised which has a
unique ticket id value. For this ticket, a particular rule evaluation has to
be done. Once this rule evaluation is done, the result of the evaluation has
to be linked to this particular ticket via the ticket id.My question is what
is the best way to achieve is in my DRL files? Do I have a Ticket fact type
in every condition of every rule?Thanks in advance.



--
View this message in context: 
http://drools.46999.n3.nabble.com/Asynchronous-Rule-Evaluation-tp4028141.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to