Op 15-08-12 21:53, Garf schreef:
spinjala wrote
> Is it possible to have a rule flow file that defines a set of rules
> (constraints) but executed in the order per the defined ruleflow.? I dont
> see any example doing that so I was wondering if it is possible at all to
> have the constraints defined with a rule flow file instead of single .drl
> file?
>
I guess that the challenge here is that a rule flow file awaits
startProcess() to be fired.
Planner's DroolsScoreDirector.calculateScore() only calls fireAllRules().
Jon
You can use multiple DRL's or even build your own RuleBase (see manual
on how to),
but currently there's no integration with RuleFlow.
Feel free to make jira for it, explaining what kind of problems this
solves (maybe there's a better alternative solution than ruleflows).
Contributions are welcome. Here is the class and method you 'd want to
look at:
https://github.com/droolsjbpm/drools-planner/blob/master/drools-planner-c...
--
View this message in context:
http://drools.46999.n3.nabble.com/Rule-flows-in-Drools-planner-configurat...
Sent from the Drools: User forum mailing list archive at
Nabble.com.
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
--
With kind regards,
Geoffrey De Smet