When I use <timeCycle xs:type="tFormalExpression">#{time}</timeCycle> I get following exception:
org.drools.RuntimeDroolsException: Error parsing time string: [ #{time} ]
at org.drools.time.TimeUtils.parseTimeString(TimeUtils.java:132)
I debuged it and found TimeUtils gets '#{time}' value as it is.
The expression is not getting evaluated.