Davide Sottara created JBRULES-3402:
---------------------------------------
Summary: Support variable expressions in interval-based timer rules
Key: JBRULES-3402
URL:
https://issues.jboss.org/browse/JBRULES-3402
Project: Drools
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:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira