We would like to use the Activiti process diagrams as part of a quality management system (QMS). I order to do so, the process diagrams should be clickable. The QMS documentation should be tagged with process element ids. As response to a process element being clicked, information regarding that element should display.
Is it possible to use ProcessDiagramGenerator to produce clickable diagrams?
If not, the issue might possibly be solved by storing a process definition as an editable model, and use the RepositoryService methods getModelEditorSource/getModelEditorSourceExtra to retrieve SVG? Provided that it is possible to map a deployed process definition element to the corresponding model element.