Alejandro Guizar [
http://community.jboss.org/people/alex.guizar%40jboss.com] created the
discussion
"Re: JBPM 3 : How to assigning a group task to a specific user"
To view the discussion, visit:
http://community.jboss.org/message/584775#584775
--------------------------------------------------------------
Get the task you want to assign with
http://docs.jboss.org/seam/2.1.2/api/org/jboss/seam/bpm/PooledTaskInstanc...
PooledTaskInstanceList.getPooledTaskInstanceList().get(int)
Then assign the task with
http://docs.jboss.com/jbpm/v3.2/javadoc-jpdl/org/jbpm/taskmgmt/exe/TaskIn...
TaskInstance.setActorId(String)
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/584775#584775]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]