1 Reply Latest reply on Aug 4, 2008 6:35 AM by koen.aers

    Additional components to the jPDL-Designer

    shansari

      Hi Guys,

      I would like to add additional components to the jPDL-Designer, so as to enhance the work flow.
      Currently it has states or components like Start, State, End Fork...etc

      I would like to add my own java objects to part of designer component and also need them to participate in workflow.

      It is achievable in jPDL designer?
      Appriciate your comments and hints.

      With Regs
      :Ansari S.H

        • 1. Re: Additional components to the jPDL-Designer
          koen.aers

          It is possible but not easy. You will need knowledge about writing Eclipse plugins and about Eclipse GEF. There are earlier entries in this forum that provide a little bit of info on how to do it. The main idea is that you have to look at the plugin.xml of the current GPD and mimic what is done for your own nodes. A good example to start is the ESB Service node implementation.

          Regards,
          Koen