[rules-users] Question about ruleflows

Mark Proctor mproctor at codehaus.org
Thu Dec 13 07:26:52 EST 2007


Eric Miles wrote:
> I'm going through some code and I came across something that doesn't
> make much sense to me.  Can someone explain to me the design behind
> tieing a ruleflow to a package?  I'm trying to programmatically build
> some rulebases together and just realized I can not add a ruleflow to a
> rulebase directly unless it has already been added to a package (thus
> when I add the package to the rulebase, the ruleflow is indirectly
> added).  This doesn't seem completely right and would like some
> clarification on why.
>   
The Package is our general unit of deployment produced by the 
PackageBuilder, it can build rules and processes. A Ruleflow needs 
building and compiling and the end result needs to be stored somewhere, 
it made sense just to store it in our existing Package object.
> Thanks,
> Eric
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>
>   




More information about the rules-users mailing list