drools - Call guvnor rules in a sequence -


i developing few rules on guvnor plugin. e.g. check

  • the person teacher.
  • the teacher male.
  • the male teacher of 45 years or above age.

i have these 3 rules working separately. want call them in sequence.

like if person teacher. insert new fact maleteacher. in next rule populate age of teacher in received fact. check age of teacher.

so how can achieve in drools-guvnor plugin.

i have created these rules using guided editor in drools-guvnor5.5 plugin jboss. there option create chain of rules execution.

any appreciated.

if need sequential invocation of rules please take @ agenda-group , ruleflow-group topics in documentation.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -