08-30-2012 06:17 PM
09-04-2012 02:08 AM
<intermediateCatchEvent id="waitTimer" name="TimerCatchEvent">
<timerEventDefinition>
<timeDate>${myBean.getDate()}</timeDate>
</timerEventDefinition>
</intermediateCatchEvent>
<property name="expressionManager">
<bean class="org.activiti.cdi.CdiExpressionManager" />
</property>
09-06-2012 02:55 PM
<intermediateCatchEvent id="waitTimer" name="TimerCatchEvent">
<timerEventDefinition>
<timeDate>${myBean.getDate() + 20}</timeDate>
</timerEventDefinition>
</intermediateCatchEvent>
I was hoping to do the math in a Java class where date math is easier and then supply the correct date to the Boundary Timer Event on the fly. The timer event is attached to a User Task. I was also hoping to do that work when notify() of the User Task is fired.Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.