cancel
Showing results for 
Search instead for 
Did you mean: 

Clickable process diagram

avalde
Champ in-the-making
Champ in-the-making
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.
3 REPLIES 3

jbarrez
Star Contributor
Star Contributor
Is it possible to use ProcessDiagramGenerator to produce clickable diagrams?

No that is not possible. There is currently a contribution being worked on as a javascript library that will allow that. But there's no ETA for that yet, but I hope it'll be by next release.

falko_menge
Champ in-the-making
Champ in-the-making
You can use the Process Diagram API to create clickable mashups with BPMN diagrams:
https://app.camunda.com/confluence/display/foxUserGuide/Process+Diagram+API

mittalabhi86
Champ in-the-making
Champ in-the-making
Agreed, that this is quite an old conversation. The page, that above url refers to has restriction at parent level.
Please provide an alternative info source for this, if any.