6 Replies Latest reply on Jun 6, 2008 7:35 AM by pojomonkey

    How to indentify a StartState node?

      I find that when I get the process definition and iterate over the nodes, that the Start State node is NOT an instanceof StartState. (The End State node seems to consistently be an instanceof EndState, however.)

      How can I determine which is the Start State node?

      I have looked at the posts referring to "org.jbpm.graph.def.Node$$EnhancerByCGLIB" - which is the class of the start node, but haven't seen anything relevant.

      Thanks.