Re: [rules-users] Evaluating decision tables from DRL

2012-10-10 Thread Michael Anstis
Chaining rules, including those in decision tables, can be achieved by using a transient control fact. rule "your DRL rule 1" when YourObject( field == 1 ) then insertLogical( new TransientControlFact( "dtable1" ); end rule "your DRL rule 2" when YourObject( fi

[rules-users] Evaluating decision tables from DRL

2012-10-10 Thread Manasi
Hi, With Drools I need to execute a DRL first and based on its output value I need to evaluate a decision table in guvnor and get the output values. Please let me know how this can be done. Thanks, Manasi -- View this message in context: http://drools.46999.n3.nabble.com/Evaluating-decisio