3 Replies Latest reply on Oct 21, 2005 12:22 PM by kukeltje

    How to integrate my custom node

    phantomass

      hi,
      I have written a specific custom Node, and i want to use it in my processdefinition.xml
      The only way i've found to do this is to add a line in the "org.jbpm.graph.node.NodeTypes" source code.
      In initialiseNodeTypes method

       types.put("dynamic-join", DynamicJoinNode.class);
      


      Thank you