Hello forum,
I'm writing an integration with the REST services that are provided by jBPM5.2.
The goal is to retrieve the running process instances of a given process. In this sense I'm using the following url,
http://localhost:8080/gwt-console-server/rs/process/definition/com.sample.bpmn.hello/instances
Up until now with, other services I have been using the Gson library from google to do the deserialization, but I have hit a blocking point with this one.
I'm having difficulty to do the deserialization, can anyone help me out?
Dow anybody know how it is being done in the GWT-Console?
Regards,
Npereira