1 Reply Latest reply on Aug 3, 2011 3:04 AM by pantcaser

    JBPM - Process Image - API

    robstor

      Hi all..

       

         I need recovery, using the jbpm api, the process image (jpg) and the gpd.xml.. Someone know how I could do it?

       

        Context: I need show in a web application where is a specific task.. If this task has errors paint it in red (for example)

       

      Thank you for your help..

       

      Best Regards.

       

      Robson

        • 1. Re: JBPM - Process Image - API
          pantcaser

          ¿Have you tried REST interface?

           

          GET/gwt-console-server/rs/process/definition/{id}/image
          */*image/*
          GET/gwt-console-server/rs/process/instance/{id}/activeNodeInfo
          */*application/json

           

          Regards,