In a process definition I add an email action to the transition to the end state node,
| <task-node name="manager-evaluation"> | <transition to="rejected" name="reject"></transition> | <transition to="approved" name="approve"> | <mail name="mail-notify-applicant" actors="swimlane(users)"></mail> | </transition> | </task-node> | | <end-state name="approved"></end-state> | | <end-state name="rejected"></end-state> | it seems that the mail action can only specify "actors" or "to", can I use assignment expressions like swimlane(users)? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198258#4198258 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198258 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
