JBoss Community

Re: JBPM 3 : How to assigning a group task to a specific user

created by Alejandro Guizar in jBPM - View the full discussion

Get the task you want to assign with PooledTaskInstanceList.getPooledTaskInstanceList().get(int)

Then assign the task with TaskInstance.setActorId(String)

Reply to this message by going to Community

Start a new discussion in jBPM at Community