使用jbpm version 7
DataModel :: Profile 有两个字段(onboarding类型date,currentDate类型date)
当我写决策表时:它不断抛出错误Skipped Decision Table Analysis of table 'onBoardingDateDecision' because: Gaps/Overlaps analysis cannot be performed for InputEntry with unary test
为什么我无法在决策表中执行日期比较?
如果我给出像 > date("2005-01-01") 这样的简单表达式,它就可以工作!
