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