cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti Modeler: export/print a diagram

flip1
Champ in-the-making
Champ in-the-making
Hi everyone,

I drew a process using the Activiti-Signavio Modeler, and now I would like to print it (or to export it as a pdf, or png, or whatever allows me to print it).
I saw on another post, dating from January 2010, that this should be possible at some time.
Is it now? Because I can't find anything like this using the modeler.

Thanks for your answer.

Regards,
Yoann
3 REPLIES 3

oberinspector
Champ in-the-making
Champ in-the-making
PDF export seems not to be part of the activiti version of the signavio modeller, but in the created processname.oryx.xml file in the activity-model-repository you could extract the SVN from <svn-representation>…

/thomas

davidcognite
Star Contributor
Star Contributor
The Activiti Modeler does support exporting a process to both png and pdf. I don't think these features are currently exposed in the modeler UI - that's probably why you don't think these actions are supported.

One way to access the rendered process image is to load the URL of the modeler as follows:

http://{URL to activiti-modeler}/p/model/{path to process xml}/{format}

e.g.:
http://localhost:8080/activiti-modeler/p/model/root-directory;sampleProcess.oryx.xml/png
http://localhost:8080/activiti-modeler/p/model/root-directory;sampleProcess.oryx.xml/pdf

The next release of the Activiti-Explorer client will allow you to view/download these files through the UI.

elstefen
Champ in-the-making
Champ in-the-making
hi all.
something new on this?
i'm not able to findo out how to export the process in png.
i tried the url, but i got some problem to understand my parameter.

i got a Process "Test" under the folder "Random" how should be the path for exportin in png?