-
Feature Request
-
Resolution: Done
-
Major
-
jBPM 3.2.2
-
None
currently the duedate in a timer and task only accept a businesscalendar. Sometimes (often?) you want it to be based on e.g. a processvariable as well. So a format of
<timer name="pension" duedate="#
{dateOfBirth} + 65 years"></timer><timer name="pensionReminder" duedate="#{dateOfBirth}
- 1 year"></timer>
<timer name="pension" duedate="#
"></timer>
Are examples of how it should work (and does now if using the cvs version)
Changes still needed:
- accept Calendar besides date (String will not be done by me because of format issues
- generate an exception if in the old duedate format, a minus is prefixed. (currently the date will be in the past!!!)
- ...