2 Replies Latest reply on Aug 5, 2008 7:24 AM by frantisek.kocun

    image of workflow graph

    ajanz

      hi,

      in the jbm-console app you can see an image of the workflow graph with the current state highlighted.

      i want to implement this in my jsf app on jbpm.

      how can i do this? which class/function must i use? where can i find documentation on that?

        • 1. Re: image of workflow graph
          klemensl

          Hi,

          i want to generate this images too, with the current state/task highlighted. could somebody tell us, how to implement this feature?

          thx

          • 2. Re: image of workflow graph
            frantisek.kocun

            Hi,
            try to search jbpm forum for "image", it was here discussed. You need to deploy not only process definition (xml) but process image (jpg) and description where is what element on image (gpd.xml). With these files can jbpm console highlight appropriate element on image. If you don't use jbpm console you have do do it yourself I think. Somewhere here on the forum was how to do it in wicket.

            That's all I know. Try search!

            Fero