3 Replies Latest reply on Oct 29, 2012 10:47 AM by oli83

    jbpm5.3 TaskName ?

    oli83

      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