[
https://issues.jboss.org/browse/JBRULES-3402?page=com.atlassian.jira.plug...
]
Michael Anstis commented on JBRULES-3402:
-----------------------------------------
Davide, does your fix also cover the use-case in
https://issues.jboss.org/browse/GUVNOR-1980 whereby expressions can be used in CEP
operators?
Support variable expressions in interval-based timer rules
----------------------------------------------------------
Key: JBRULES-3402
URL:
https://issues.jboss.org/browse/JBRULES-3402
Project: JBRULES
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: drools-compiler, drools-core
Affects Versions: 5.4.0.Beta2
Reporter: Davide Sottara
Assignee: Davide Sottara
Priority: Minor
Fix For: 5.4.0.CR1
It should be possible to use expressions, and bound variables in particular, with the
"timer" attribute:
rule "Parametric timer"
timer( expr : $x, $y; ... )
when
Bean( $x : delay, $y : period )
then
end
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira