3 Replies Latest reply on Apr 11, 2016 9:48 AM by zoi

    [jBPM6.3.0.Final] Process Instance Image Rest API

    ademseker

      i am trying to use process image api but return nothing.  firstly, i active this future with following steps:

       

      1. Open :  jbpm-console.war/org.kie.workbench.KIEWebapp/profiles/jbpm.xml

      2. Change <storesvgonsave enabled="false"/> to <storesvgonsave enabled="true"/>

      3. Create Sample Process

      4. Call Rest Api : http://localhost:8630/jbpm-console/rest/runtime/XXXXXXXXX:testProcessImage:1.0/process/testProcessImage.processImageSample/image

          Method : GET

       

      Error :

      HTTP/1.1 412 Precondition Failed

      Connection: keep-alive

      X-Powered-By: Undertow/1

      Set-Cookie: JSESSIONID=JpatOXW5kX-YRvHC7yjTy4d3.adem_seker; path=/jbpm-console

      Set-Cookie: JSESSIONIDSSO=F9Q467NoG83MMIRHvAPFcvSQ; path=/

      Server: WildFly/8

      X-XSS-Protection: 1; mode=block

      X-FRAME-OPTIONS: SAMEORIGIN

      Content-Length: 0

      Date: Tue, 29 Sep 2015 09:08:06 GMT

       

      in log file there is no any error.

       

      i miss some parameter or i need more configuration.... Could you help me pls...