I noticed that the Activiti Explorer Application enables you to visually represent the current state of the process instance. How can this be achieved in an custom application. Is this image stored somewhere on the Run-time Database and can then be queried? Any leads on this would be greatly appreciated.
There are several ways how you can get visual representation. 1. BE - have a look on ProcessDiagramGenerator class in activiti-image-generator module 2. FE - there is ProcessDiagramGenerator js file - similar to java class