[jboss-user] [JBoss jBPM] - Re: Assigning a group to a task...jbpm3.2Alpha1

NiB do-not-reply at jboss.com
Sun Jan 14 12:47:56 EST 2007


Hi,

I think I know what your problem is. You made that expression within a swimlane. That doesn't work. You must define the assignment expression in the task directly:
e.g.:

  | <task-node name='Lets do it'>
  |     <task>
  |       <assignment expression='group(mygroupindb)' />
  |     </task>
  |     <transition to='next' />
  |   </task-node>
  | 

Greetz,
NiB

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001545#4001545

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4001545



More information about the jboss-user mailing list