cancel
Showing results for 
Search instead for 
Did you mean: 

Bug or ?: BAR without PNG=> No diagram displayed

udoderk
Champ in-the-making
Champ in-the-making
Hi all,

if i upload into Activiti Explorer (activiti 5.10) some BAR file, that has no PNG file, thus no image will be displayed. I'm assumed, that the image should be generated in this case, using java2D API (ProcessDiagramGenerator ).

Is there bug? Or not realized Feature? Smiley Surprisedops:
2 REPLIES 2

trademak
Star Contributor
Star Contributor
Hi,

Does your BPMN XML file contain BPMNDI information?
If it doesn't, no diagram will be generated.

Best regards,

udoderk
Champ in-the-making
Champ in-the-making
Hi,

Does your BPMN XML file contain BPMNDI information?
If it doesn't, no diagram will be generated.

Best regards,
BPMN XML file has no BPMNDI information Smiley Surprisedops:  Smiley Surprisedops:
Thank you for that answer and for it too!
trademak 
Post subject: Re: bpmndi generation
Posted: Sat Apr 30, 2011 8:18 am

BPMN DI can be generated based on a graphical diagram design of a process.
So if you only have BPMN 2.0 XML with DI it's difficult for Probe to generate a nice diagram out of this.
The Activiti Designer has code to import a BPMN 2.0 XML diagram without DI and create a diagram out of it, so that code could be used to generate a diagram in Probe.
But you're right there are a couple of Eclipse dependencies there.
For now I would suggest to use Activiti Designer to overcome this issue.