]
Tom Baeyens closed JBPM-716.
----------------------------
Resolution: Done
make the timer duedate optional
-------------------------------
Key: JBPM-716
URL:
http://jira.jboss.com/jira/browse/JBPM-716
Project: JBoss jBPM
Issue Type: Feature Request
Components: Core Engine
Reporter: Tom Baeyens
Assigned To: Tom Baeyens
Priority: Minor
Fix For: jBPM 3.1.3, jBPM 3.2 alpha 1
now, it's not possible to have a timer without a dueDate. if we add a
nullpointercheck, users can associate an action with the timer that fills in the dueDate
programmatically.
in org.jbpm.scheduler.def.CreateTimerAction a nullpointercheck should be added to the
following two lines in the createTimer method :
Duration duration = new Duration(dueDate);
Date dueDate = businessCalendar.add( new Date(), duration );
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: