[jboss-user] [JBoss jBPM] - Re: Timer for mail node or task node??
swatis
do-not-reply at jboss.com
Wed May 13 06:37:01 EDT 2009
put timer tag inside you task tag which is child node of task-node
| <task-node name="take some action">
| <task name="task1">
| <timer name="send mail" duedate="20 seconds" repeat="10 seconds">
| <mail template="task-assign">
| </timer>
| </task>
| </task-node>
|
|
Yes we can add this in xml file only. GPD doesnotr provide user inteface for configuration.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4230776#4230776
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4230776
More information about the jboss-user
mailing list