0 Replies Latest reply on Sep 16, 2011 1:51 PM by kita

    Using jbpm5 console rest api to post data

    kita

      Did anyone was able to post data using following rest api:

       

      /gwt-console-server/rs/form/task/{id}/complete

      /gwt-console-server/rs/form/process/{id}/complete

       

      I tried to post data to my process with form but it did not work.

      I tried too to post data to my task it did not work either.

      I am getting resource not found even though I had correct process instance id and task id.

       

      Here

      org.jboss.resteasy.core.SynchronousDispatcher: Could not find resource for relative : /form/task/10/complete of full path: http://localhost:8080/gwt-console-server/rs/form/task/10/complete

       

      org.jboss.resteasy.core.SynchronousDispatcher: Could not find resource for relative : /form/process/4/complete of full path: http://localhost:8080/gwt-console-server/rs/form/process/4/complete