We had a look at the Activiti source on Github to get an idea of how it works, and we found that the explorer has its own REST interface, that returns the process instance/definition in JSON form (Which is then used by a js lib to render it)
To simplify deployment, we would like only to deploy the Activiti REST web application, and not the Activiti Explorer web app. However, the new REST application doesn't seem to have an equivalent method to request the JSON of a process. Is this correct? If not, how is it done?