[jboss-user] [JBoss jBPM] - Re: AssignmentHandler problem
dslevine
do-not-reply at jboss.com
Tue Dec 26 22:15:21 EST 2006
To be a little more clear, I have tried to use
<task name="MyTask">
| <assignment class="com.myapp.MyAssignmentHandler" expression="user(me)"/>
| ...
|
and I have tried to use swimlanes and do
| <swimlane name="SwimlaneMe">
| <assignment class="com.myapp.MyAssignmentHandler" expression="user(me)"/>
| </swimlane>
|
| ...
|
| <task name="MyTask" swimlane="SwimlaneMe">
|
| ...
|
|
But both times the app still calls to ExpressionAssignmentHandler to calculate user(me).
Thanks!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996368#3996368
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996368
More information about the jboss-user
mailing list