]
Marta Psenkova updated JBPM-2890:
---------------------------------
Attachment: reminder_repeat.pvm.r6402.patch
implementation for jBPM 4 - pvm project
Reminder repeat attribute set via expression or variable
--------------------------------------------------------
Key: JBPM-2890
URL:
https://jira.jboss.org/browse/JBPM-2890
Project: jBPM
Issue Type: Patch
Security Level: Public(Everyone can see)
Components: Runtime Engine
Reporter: Marta Psenkova
Attachments: reminder_repeat.pvm.r6402.patch
In task reminder it is not possible to use variables in repeat attribute, because it is
not parsed, e.g.:
<task assignee="${user}" g="224,236,193,52"
name="myTask">
<reminder duedate="#{myTask_duedate}"
template="my-mail-template" repeat="#{myTask_repeat}" />
<transition to="nextStep"/>
</task>
The solution here is to parse expression when timer (TimerImpl) is created
See patch attached.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: