cancel
Showing results for 
Search instead for 
Did you mean: 

flow label missing in the generated diagram image

rogerofyan
Champ in-the-making
Champ in-the-making
I give the flow label by assigning name property and it's displayed in the eclipse designer.

But when the process xml is deployed, all the label is disappeared from the generated diagram image, whether in the Exployer or generated by Java code:


List<String> activeIds = engine.getRuntimeService()
            .getActiveActivityIds(processInstanceId);
      InputStream definitionImageStream = ProcessDiagramGenerator
            .generateDiagram(processDefinition, "png", activeIds);

How could I make the label (name) of flow displayed in the generated image?
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
I don't believe we are already displaying flow labels. Please file a jira issue for it to get it implemented (or take a look at the code yourself 😉 )