]
Jozef Marko updated DROOLS-3670:
--------------------------------
Affects Version/s: 7.18.0.Final
Function now doesn't work with between expression
-------------------------------------------------
Key: DROOLS-3670
URL:
https://issues.jboss.org/browse/DROOLS-3670
Project: Drools
Issue Type: Bug
Components: dmn engine
Affects Versions: 7.18.0.Final
Reporter: Jozef Marko
Assignee: Edson Tirelli
Priority: Major
Please see the linked [
PR||https://github.com/kiegroup/drools/pull/2261/files]. There is
created test that evalutes expression {{now() between dateTimeA and dateTimeB}}. The test
passes arguments to evaluate the decision as {{false}}, however the decision is returning
{{null}}.