JBoss Community

Re: JBPM4_TASK table fields containg same values??

created by kh4m khurram in jBPM - View the full discussion

Hi,

 

I have done the following to set the name of the task table's field NAME_

 

Task task = taskService.createTaskQuery().executionId(instance.getId()).uniqueResult();

task.setName("whats new name");

taskService.saveTask(task);

 

Thanks!

Khurram

Reply to this message by going to Community

Start a new discussion in jBPM at Community