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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...