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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to