Re: [rules-users] Drools-guvnor simple example Help

2012-06-25 Thread Michael Anstis
I suspect you are thinking way too procedurally. If one was to place individual rules into separate Agenda Groups you could emulate "go to", but you should probably be asking yourself "why". On 25 June 2012 12:24, abhinay_agarwal wrote: > hey mike, > > no i cant differentiate them at object lev

Re: [rules-users] Drools-guvnor simple example Help

2012-06-25 Thread abhinay_agarwal
hey mike, no i cant differentiate them at object level... can agenda groups help me jump from one rule to other across packages ? -- View this message in context: http://drools.46999.n3.nabble.com/Drools-guvnor-simple-example-Help-tp4018223p4018227.html Sent from the Drools: User forum mailing

Re: [rules-users] Drools-guvnor simple example Help

2012-06-25 Thread Michael Anstis
How do you know what set of rules need to be executed? Do you make the decision based upon the business-transaction or Object types, or Object properties? I only ask as you may not need to worry about which rules run and which do not if you can differentiate at the Object level. For example:- //

[rules-users] Drools-guvnor simple example Help

2012-06-25 Thread abhinay_agarwal
i m pretty new to this tool..ve started using it a few days ago... now wat i need to do is to create rules for a bank account.. i ve different rules for opening a savings account and different for creating a current account.. and der are some rules which sud be satisfied by both the customers.