JBoss Community

jbpm5.3 TaskName ?

created by oli83 in jBPM - View the full discussion

Hi everyone,

 

I'm not able to get the property TaskName from a human task (jpa + mina).

When I get the names I have the Name property and not the TaskName one.

 



List<I18NText> names = jbpmTask.getNames();


for (I18NText text : names) {



if (JbpmEngine.JBPM_LANGUAGE.equals(text.getLanguage())) {




task.setName(text.getText());



}


}

 

Can you please help me ?

 

Thanks in advance

Reply to this message by going to Community

Start a new discussion in jBPM at Community