[rules-users] Validation using time driven rule execution

skasab2s skasab2s at smail.inf.fh-brs.de
Thu May 13 04:54:32 EDT 2010


Hello,

our medical company plans using drools for validation of blood poisoning. In
this situation should be checked, if a patient has blood poisoning (this is
the simple part of the problem). The hard part of the problem is, that some
actions (let's say A, B, and C) should be executed by the doctor after
detecting the blood posisoning in particular order and time frequency (and
we want Drools to check, if they have been executed). Drools should then do
this:

after 10 minutes: check if action A has been executed by the doctor 
after 15 minutes: check if action B has been executed by the doctor 
after 20 minutes: check if action C has been executed by the doctor 

Can we do this with one "fireAllRules" (the Java code for triggering drools
has it's own timer and we don't want it to mess our times for executing the
actions)? What should we use: drools expert, drools fusion or drools flow,
in order to implement the given situation? Can you short describe a
solution?

Thanks a lot and many regards,

skasab2s


-- 
View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/Validation-using-time-driven-rule-execution-tp814472p814472.html
Sent from the Drools - User mailing list archive at Nabble.com.



More information about the rules-users mailing list