[jboss-user] [JBoss jBPM] - Can I use assignment expressions with action?
DanielYWoo
do-not-reply at jboss.com
Tue Dec 23 06:55:24 EST 2008
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
More information about the jboss-user
mailing list