Is there a "timer-create" event? I cannot seem to find the option in the GPD. I
would like to give each timer that is created for each instance of a task, a different
name.
Eg. statically, the timer is given a name with the following declaration:
<timer duedate="0 seconds" name="Document Review Reminder"
repeat="24 hours">
| <action class="workflow.jbpm.TaskReminder"></action>
| </timer>
I would like to then dynamically change the name of each timer, for example:
"Document Review Reminder 1" and "Document Review Reminder 2" etc.
This is to workaround a jbpm bug (
http://jira.jboss.org/jira/browse/JBPM-1170).
Anyone got any ideas?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4150049#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...