[jboss-user] [JBoss jBPM] - Re: Timer for mail node or task node??
Sujatha
do-not-reply at jboss.com
Wed May 13 06:54:36 EDT 2009
we both posted at same time i guess..:)
It does not work in that way too..here is the actual complete code..I have even tried to put timer task in a seperate tag but deployment fails either way..the error message is same as posted before
<task-node name="rev">
| <task name="prev" blocking="true" swimlane="property">
| <description>
| sent for approval </description>
| <controller class="com.package.mycontroller"></controller>
| </task>
| <task>
| <timer duedate="2 minutes" name="reminder" repeat="yes">
| <mail name="notification" template="custom-test"/>
| </timer>
| </task>
| <transition to="test " name="test info needed"></transition>
| </task-node>
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4230783#4230783
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4230783
More information about the jboss-user
mailing list