[jboss-user] [jBPM] - jbpm5.3 TaskName ?
oli83
do-not-reply at jboss.com
Mon Oct 29 07:32:17 EDT 2012
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]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20121029/d8ea425b/attachment-0001.html
More information about the jboss-user
mailing list