cancel
Showing results for 
Search instead for 
Did you mean: 

Generate diagram from xml-source

goekan-t
Champ in-the-making
Champ in-the-making
Is it possible to generate a diagram from an existing bpmn20.xml ?
I would like to develop the process in the xml-source but the diagram will help me talking to the process owners.
6 REPLIES 6

tiesebarrell
Champ in-the-making
Champ in-the-making
Unfortunately, at the moment you can't. We are planning to add this in an upcoming release, using the BPMN DI standard. Issues you can track are here:
http://jira.codehaus.org/browse/ACT-449

http://jira.codehaus.org/browse/ACT-279

ryu
Champ in-the-making
Champ in-the-making
UP!

Is there any news on this feature? It has started since October last year, but there are still no responses. any timing plans?

Thank you

tiesebarrell
Champ in-the-making
Champ in-the-making
The import of BPMN DI diagrams has been added to the next release. Direct updates from the BPMN to the diagram and back have not been added yet, as you can see from the status of the issues I mentioned.

bschupbach
Champ in-the-making
Champ in-the-making
Has this been implemented yet?  When editing in eclipse the diagram doesn't update when making changes to the xml file.  This really makes it difficult to create the workflows..

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi Brian,

Activiti currently supports 2 diagram generators
Example of usage can be found in activiti sources.
Regards
Martin

gdharley
Elite Collaborator
Elite Collaborator
There is a diagram-viewer that generates a pretty good view of the process embedded in the Activiti-Explorer.
This is actually based on the following github project (https://github.com/dmitryfar/diagram-viewer).

While it is embedded in Activiti-Explorer, it is super easy to extract and include into any war.
Be aware, it uses Ext.js which may be considered a license issue.

Cheers,
Greg