[jboss-user] [JBoss jBPM] - Re: Need help to fix timer issue
gchanteb
do-not-reply at jboss.com
Wed Mar 18 05:34:50 EDT 2009
Hi,
It works for me:
| <task-node name="escalationflow">
| <task name="mail">
| <assignment class="yourpackage.MailAssignmentHandler"></assignment>
| </task>
| <transition to="end-state1"></transition>
| </task-node>
|
with this MailAssignmentHandler:
public void assign(Assignable assignable, ExecutionContext executionContext) throws Exception
| {
| assignable.setActorId("arunkumar at mycompany.com");
| }
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4218952#4218952
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4218952
More information about the jboss-user
mailing list