2 Replies Latest reply on Jul 2, 2006 5:22 PM by koen.aers

    having custom node with gpd

    kpavan_8

      I have created a custom decision node, and I want to integrate it
      with the eclipse gpd.
      Is it possible to have user defined nodes in the eclipse gpd plugin?

        • 1. Re: having custom node with gpd
          cpob

          Since it is an open source product, of course it is possible, if you want to edit and compile the GPD.

          However, that being said, you need a fair amount of experience with numerous technologies to rebuild the GPD. Eclipse plugin development, SWT, GEF, etc.

          The current state does not support custom nodes, but that would be something great to see in the future :)

          • 2. Re: having custom node with gpd
            koen.aers

            Carefully study the plugin.xml file of the org.jbpm.ui plug-in. You should be able to find out how to use the extension points to add your own custom node to the designer.

            Regards,
            Koen