JBoss Community

Using jbpm5 console rest api to post data

created by Seme Seme in jBPM Development - View the full discussion

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

Reply to this message by going to Community

Start a new discussion in jBPM Development at Community