oli83 [https://community.jboss.org/people/oli83] created the discussion
"jbpm5.3 TaskName ?" To view the discussion, visit: https://community.jboss.org/message/772777#772777 -------------------------------------------------------------- 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 [https://community.jboss.org/message/772777#772777] Start a new discussion in jBPM at Community [https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
