3 Replies Latest reply on Jul 22, 2008 4:32 AM by kukeltje

    Generate Process Image

    michael_jbpm

      Hi,

      I started working with jBPM a few weeks ago and now I'm facing the first issue. Maybe one of you can help me.

      I want to deploy a process definition automatically without the GPD. The problem with this approach is so far the processimage. I don't have a clue how I can generate the file according to the existing processdefinition.xml and gpd.xml.
      Any ideas?!?

      Thanks and regards
      Michael

        • 1. Re: Generate Process Image
          kukeltje

          you can't. The GPD does this

          • 2. Re: Generate Process Image
            michael_jbpm

            ok... I know that the GPD does this step

            but maybe it is possible to write a program, with a little support by the GPD code, which is capable to perform this action.

            Did someone try this already. I don't want to reinvent the wheel.

            Thanks for your support
            Michael

            • 3. Re: Generate Process Image
              kukeltje

               

              but maybe it is possible to write a program, with a little support by the GPD code, which is capable to perform this action.


              Little is probably not the correct expectation. First of all you need the gpd.xml (made by the gpd). Second, it is done by some of the bigger frameworks within eclipse. Other people are looking at using the gpd.xml to make an svg or similar image. Search the forum for that