1 Reply Latest reply on Jan 5, 2008 9:56 AM by kukeltje

    How to add custom node?

      Dears,

      I'm trying to add a custom node type, I edited the jbpm.cfg.xml by

      and then i added this line to the node.types.xml
      <node-type element="custom-node" class="ws.its.workflow.node.CustomNode" />

      and then I edited the processdefinition.xml by changing the node element to <custom-node>........</custom-node>

      but it the graph of the jpdl dose not view this node,, and also I got
      an exception when I'm trying to insanciate this process definition.

      can any body help me plz?

      Thanks

        • 1. Re: How to add custom node?
          kukeltje

          adding a custom node like that takes a lot more to do.. the parser should be adapted etc... it's beyond my limited time to descibe that.

          If you do not mind having to use the 'node' element, you can make a custom action on that node that does practically the same