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&...]