Seme Seme [
http://community.jboss.org/people/kita] created the discussion
"Using jbpm5 console rest api to post data"
To view the discussion, visit:
http://community.jboss.org/message/626954#626954
--------------------------------------------------------------
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
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
http://localhost:8080/gwt-console-server/rs/form/process/4/complete
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/626954#626954]
Start a new discussion in jBPM Development at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]