We have a lot of BPMN diagrams for which we generate the image through class DefaultProcessDiagramGenerator. For most of the BPMN digrams, the text in the service/task blocks shows up truncated which makes it hard to figure out what it is actually doing. Is there a way to get this text fully displayed? Sample attached.
provide a scale factor on initializing the DefaultProcessDiagramGenerator. begin with "0.2" this will result in all contruct being 2x in size.
final ProcessDiagramGenerator diagramGenerator = new DefaultProcessDiagramGenerator(0.2); // init with a scale factor
Hope it helps.
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.