Hi,
Can you tell me how window:time(..) function is used in drools guided
editor?
I have situation where Collection of objects will be there in entry-point.
And if one of the objects matches certain criteria and other other objects
match certain criteria, then I have to take do somethi
x rules in Grided editor
Hi Baskaran,
you can use drools-pipeline module with the Smooks transformers to do that!
lucaz
El 11/11/2009, a las 01:23, bas karan escribió:
Hi Lucas,
>
> Thanks for your replay. And one more question I have is,
>
> Can we have acc
is use DSL because isn't possible create "complex" rules with the
guided editor
El 10/11/2009, a las 06:33, bas karan escribió:
Hi,
I am new to Drools rules. Can any one of you tell me how can we write
complex rules like below using Grided editor.
rule sequenceOfInc
Hi,
I am new to Drools rules. Can any one of you tell me how can we write
complex rules like below using Grided editor.
rule sequenceOfIncreasingWithdrawals
when
$account:Account($number : number)
$t1:TransactionCreatedEvent(fromAccountNumber == $number)
from entry-point