2 Replies Latest reply on Sep 17, 2009 6:54 PM by gfargone

    How to create png from a jpdl

    remiel512

      Hi all,

      I have a question about how to create a png file from jpdl file.
      I know jbpm3.2.6 have this function to create diagram, but i can't find any kind of function in Eclipse i can use to gan png file.

      Is that have any easy way to create png file from jpdl file?

      thanks all.

        • 1. Re: How to create png from a jpdl
          kukeltje

          The GPD does that 'automatically'. So no way to do that outside of eclipse

          • 2. Re: How to create png from a jpdl

            What are you trying to do?

            The process image is saved in the process archive and can be retrieved from the process definition object.
            You can get the process definition object either through the embedded jpdl engine or through the command service interface.
            But as the previous poster said it is generated in Eclipse and uploaded with the process archive.
            Folks on this board have posted some jsp stuff to generate the image by iterating through the process graph.