]
Huisheng Xu updated JBPM-2785:
------------------------------
Attachment: JBPM-2785.patch
Description tag on activity not parsed
--------------------------------------
Key: JBPM-2785
URL:
https://jira.jboss.org/jira/browse/JBPM-2785
Project: jBPM
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: jBPM 4.x
Reporter: Sofie Ravyts
Fix For: jBPM 4.x
Attachments: JBPM-2785.patch
When adding descriptions to the activities in the jpdl, these are not parsed:
In JpdlParser.java line 308 the description of the process xml element is read instead of
the nestedElement (the activity):
Element descriptionElement = XmlUtil.element(documentElement,
"description");
if (descriptionElement!=null) {
String description = XmlUtil.getContentText(descriptionElement);
activity.setDescription(description);
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: