it seems that getNodeTypes() and getNodeNames() in NodeTypes where never used
until now :-)
from jbpm-jpdl-3.2.1 getNodeTypes() is returning nodeNames and vice versa.
| package org.jbpm.graph.node;
|
| public class NodeTypes {
|
| public static Set getNodeTypes() {
| return nodeNames.keySet();
| }
|
| public static Set getNodeNames() {
| return nodeTypes.keySet();
| }
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073541#4073541
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073541
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user