Hi,
we were using drools engine 5.0.1 version with rules having 'duration', 'agenda-group' attributes and now we want to upgrade drools engine to 5.1.1 or latest 5.3.0 but we find 'duration' feature not working. What are the equivalents of those features in 5.1.1 and in 5.3.0?
From drools-expert document, 'duration' seems as deprecated with 'timer'. But even 'timer' is not working. Putting 'timer' attribute as:
rule "test timer attribute"
agenda-group "enrichment"
auto-focus true
no-loop
salience 140
timer ( int: 5s )
//duration ( 5000 )
when