[jboss-dev-forums] [jBPM Development] - Re: jbpm3 Assign task to multiple actors

Alejandro Velazquez do-not-reply at jboss.com
Thu May 26 11:47:08 EDT 2011


Alejandro Velazquez [http://community.jboss.org/people/avelazquez] created the discussion

"Re: jbpm3 Assign task to multiple actors"

To view the discussion, visit: http://community.jboss.org/message/607269#607269

--------------------------------------------------------------
I thnik, the simplest way is to define individual assigned tasks into the Task Node. 
The Task Node will leave after all task are attended.

<task-node name="task-node1">
     <task name="TaskForActor1">
          <assignment actor-id="actor1"></assignment>
     </task>
     <task name="TaskForActor2">
          <assignment actor-id="actor2"></assignment>
     </task> 
     <task name="TaskForActor3">
          <assignment actor-id="actor3"></assignment>
     </task>
 </task-node>
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/607269#607269]

Start a new discussion in jBPM Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2035]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20110526/b31ce1c6/attachment.html 


More information about the jboss-dev-forums mailing list