<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: image export of running diagram in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/image-export-of-running-diagram/m-p/11029#M4880</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have been of great help. Thank you again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Jun 2017 09:35:23 GMT</pubDate>
    <dc:creator>ajeje93</dc:creator>
    <dc:date>2017-06-02T09:35:23Z</dc:date>
    <item>
      <title>image export of running diagram</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/image-export-of-running-diagram/m-p/11014#M4865</link>
      <description>I would like to export the image of a BPMN diagram, getting the process definition from the process instance. I know that is possible to to the export of the XML in this way and using the repository service and I am wondering if it is also possible to export an image (png, jpg,...).Thank in advance.</description>
      <pubDate>Tue, 30 May 2017 17:39:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/image-export-of-running-diagram/m-p/11014#M4865</guid>
      <dc:creator>ajeje93</dc:creator>
      <dc:date>2017-05-30T17:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: image export of running diagram</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/image-export-of-running-diagram/m-p/11015#M4866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you know the Process Instance ID you can use the Diagram Viewer URL:&amp;nbsp;&lt;A class="link-titled" href="https://www.activiti.org/userguide/#_get_diagram_for_a_process_instance" title="https://www.activiti.org/userguide/#_get_diagram_for_a_process_instance" rel="nofollow noopener noreferrer"&gt;Activiti User Guide - Process Instance Diagram&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are looking for the process definition diagram (no specific process instance), then you can follow the directions in the following stack overflow post:&amp;nbsp;&lt;A class="link-titled" href="https://stackoverflow.com/questions/21673471/integrate-the-diagram-viewer-of-activiti-in-webapp" title="https://stackoverflow.com/questions/21673471/integrate-the-diagram-viewer-of-activiti-in-webapp" rel="nofollow noopener noreferrer"&gt;integrate the diagram viewer of activiti in webApp - Stack Overflow&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Greg&lt;/P&gt;&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/tag/bp3/tg-p"&gt;&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2017 19:19:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/image-export-of-running-diagram/m-p/11015#M4866</guid>
      <dc:creator>gdharley</dc:creator>
      <dc:date>2017-05-30T19:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: image export of running diagram</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/image-export-of-running-diagram/m-p/11016#M4867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What if I am using normal Java and not Java EE? I mean, I have no TomCat or other web servers running at the moment and I would like my application not to rely on external stuff.&lt;/P&gt;&lt;P&gt;Thank you again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2017 19:24:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/image-export-of-running-diagram/m-p/11016#M4867</guid>
      <dc:creator>ajeje93</dc:creator>
      <dc:date>2017-05-30T19:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: image export of running diagram</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/image-export-of-running-diagram/m-p/11017#M4868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what you mean.&lt;/P&gt;&lt;P&gt;If you are not running a servlet container (i.e. no REST API) you can still use the deployer&amp;nbsp;Java API to generate a diagram image&amp;nbsp;with the image generator module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out the source here:&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Activiti/Activiti/blob/15ab72410f151970ef264b0275232b19d6739a2e/modules/activiti-image-generator/src/main/java/org/activiti/image/ProcessDiagramGenerator.java" title="https://github.com/Activiti/Activiti/blob/15ab72410f151970ef264b0275232b19d6739a2e/modules/activiti-image-generator/src/main/java/org/activiti/image/ProcessDiagramGenerator.java" rel="nofollow noopener noreferrer"&gt;Activiti/ProcessDiagramGenerator.java at 15ab72410f151970ef264b0275232b19d6739a2e · Activiti/Activiti · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greg&lt;/P&gt;&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/tag/bp3/tg-p"&gt;&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2017 19:41:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/image-export-of-running-diagram/m-p/11017#M4868</guid>
      <dc:creator>gdharley</dc:creator>
      <dc:date>2017-05-30T19:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: image export of running diagram</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/image-export-of-running-diagram/m-p/11018#M4869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much, I was looking for something like this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2017 19:55:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/image-export-of-running-diagram/m-p/11018#M4869</guid>
      <dc:creator>ajeje93</dc:creator>
      <dc:date>2017-05-30T19:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: image export of running diagram</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/image-export-of-running-diagram/m-p/11019#M4870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry to bother you again, but i get the following error when trying to generate a diagram:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier,monospace; font-size: 13px;"&gt;Exception in thread "main" java.lang.NullPointerException&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace; font-size: 13px;"&gt;&amp;nbsp;at org.activiti.image.impl.DefaultProcessDiagramGenerator.initProcessDiagramCanvas(DefaultProcessDiagramGenerator.java:817)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace; font-size: 13px;"&gt;&amp;nbsp;at org.activiti.image.impl.DefaultProcessDiagramGenerator.generateProcessDiagram(DefaultProcessDiagramGenerator.java:477)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace; font-size: 13px;"&gt;&amp;nbsp;at org.activiti.image.impl.DefaultProcessDiagramGenerator.generateDiagram(DefaultProcessDiagramGenerator.java:403)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace; font-size: 13px;"&gt;&amp;nbsp;at org.activiti.image.impl.DefaultProcessDiagramGenerator.generateDiagram(DefaultProcessDiagramGenerator.java:408)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace; font-size: 13px;"&gt;&amp;nbsp;at org.activiti.image.impl.DefaultProcessDiagramGenerator.generateJpgDiagram(DefaultProcessDiagramGenerator.java:451)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace; font-size: 13px;"&gt;&amp;nbsp;at org.activiti.image.impl.DefaultProcessDiagramGenerator.generateJpgDiagram(DefaultProcessDiagramGenerator.java:447)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Do you know why this is happening?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2017 21:01:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/image-export-of-running-diagram/m-p/11019#M4870</guid>
      <dc:creator>ajeje93</dc:creator>
      <dc:date>2017-05-30T21:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: image export of running diagram</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/image-export-of-running-diagram/m-p/11020#M4871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; Do you know why this is happening?&lt;/P&gt;&lt;P&gt;I cannot not identify the cause by your stack trace.&lt;BR /&gt;Perhaps,your bpmn xml don't have graphic info.&lt;STRONG&gt;&amp;lt;bpmndi:BPMNDiagram&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is a code problem, you can get the running diagram by writing as follows.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;BpmnModel bpmnModel = repositoryService.getBpmnModel(pde.getId());&lt;BR /&gt; ProcessDiagramGenerator diagramGenerator = processEngineConfiguration.getProcessDiagramGenerator();&lt;BR /&gt; InputStream resource = diagramGenerator.generateDiagram(bpmnModel, "png", runtimeService.getActiveActivityIds(processInstance.getId()),&lt;BR /&gt; Collections.&amp;lt;String&amp;gt;emptyList(), processEngineConfiguration.getActivityFontName(), processEngineConfiguration.getLabelFontName(),&lt;BR /&gt; processEngineConfiguration.getAnnotationFontName(), processEngineConfiguration.getClassLoader(), 1.0);&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;A href="https://github.com/Activiti/Activiti/blob/master/modules/activiti-rest/src/main/java/org/activiti/rest/service/api/runtime/process/ProcessInstanceDiagramResource.java" rel="nofollow noopener noreferrer"&gt;https://github.com/Activiti/Activiti/blob/master/modules/activiti-rest/src/main/java/org/activiti/rest/service/api/runtime/process/ProcessInstanceDiagramResource.java&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made the sample activiti project.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/daisuke-yoshimoto/generateDiagram" rel="nofollow noopener noreferrer"&gt;https://github.com/daisuke-yoshimoto/generateDiagram&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://github.com/daisuke-yoshimoto/generateDiagram/blob/master/src/main/java/generateDiagram/GenerateDiagramSample.java" rel="nofollow noopener noreferrer"&gt;https://github.com/daisuke-yoshimoto/generateDiagram/blob/master/src/main/java/generateDiagram/GenerateDiagramSample.java&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 14:33:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/image-export-of-running-diagram/m-p/11020#M4871</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-31T14:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: image export of running diagram</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/image-export-of-running-diagram/m-p/11021#M4872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, I think that is about graphic info because I generated the diagram using variables and not using an XML file.&lt;/P&gt;&lt;P&gt;Do you have any ideas on how to add automatically graphic info when one is not using the modeler plugin?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 14:38:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/image-export-of-running-diagram/m-p/11021#M4872</guid>
      <dc:creator>ajeje93</dc:creator>
      <dc:date>2017-05-31T14:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: image export of running diagram</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/image-export-of-running-diagram/m-p/11022#M4873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry that I have no idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why do not you use xml?&lt;/P&gt;&lt;P&gt;Do not&amp;nbsp;you want to create diagrams of process instances?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 14:49:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/image-export-of-running-diagram/m-p/11022#M4873</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-31T14:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: image export of running diagram</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/image-export-of-running-diagram/m-p/11023#M4874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it's a little bit complicated. Long story short, my application has to dinamically create a diagram so I cannot use an XML file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 14:52:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/image-export-of-running-diagram/m-p/11023#M4874</guid>
      <dc:creator>ajeje93</dc:creator>
      <dc:date>2017-05-31T14:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: image export of running diagram</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/image-export-of-running-diagram/m-p/11024#M4875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry that&amp;nbsp;I could not understand your intention.&lt;/P&gt;&lt;P&gt;Please provide the code that you tried and got error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 14:57:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/image-export-of-running-diagram/m-p/11024#M4875</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-31T14:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: image export of running diagram</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/image-export-of-running-diagram/m-p/11025#M4876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry if I did not provide code sooner:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/ajeje93/activiti-processdiagramgenerator-test/blob/master/ProcessDiagramGeneratorTest/src/main/java/org/test/Test.java" rel="nofollow noopener noreferrer"&gt;https://github.com/ajeje93/activiti-processdiagramgenerator-test/blob/master/ProcessDiagramGeneratorTest/src/main/java/org/test/Test.java&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This is my example, suppose that in the original code I retrieved the BpmnModel variable from a process instance. However, the error is the same as in my case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 18:45:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/image-export-of-running-diagram/m-p/11025#M4876</guid>
      <dc:creator>ajeje93</dc:creator>
      <dc:date>2017-05-31T18:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: image export of running diagram</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/image-export-of-running-diagram/m-p/11026#M4877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply and your test code.&lt;BR /&gt;I see that you want to create a dynamic process and generate it's diagram image.&lt;/P&gt;&lt;P&gt;But, it is difficult to generate dynamic process's diagram because it have no graphic information like the following.&lt;BR /&gt;You should make the graphic information of dynamic process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&amp;lt;bpmndi:BPMNDiagram id="BPMNDiagram_test"&amp;gt;&lt;BR /&gt; &amp;lt;bpmndi:BPMNPlane bpmnElement="test" id="BPMNPlane_test"&amp;gt;&lt;BR /&gt; &amp;lt;bpmndi:BPMNShape bpmnElement="start" id="BPMNShape_start"&amp;gt;&lt;BR /&gt; &amp;lt;omgdc:Bounds height="35.0" width="35.0" x="70.0" y="170.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;&lt;BR /&gt; &amp;lt;/bpmndi:BPMNShape&amp;gt;&lt;BR /&gt; &amp;lt;bpmndi:BPMNShape bpmnElement="task1" id="BPMNShape_task1"&amp;gt;&lt;BR /&gt; &amp;lt;omgdc:Bounds height="55.0" width="105.0" x="180.0" y="160.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;&lt;BR /&gt; &amp;lt;/bpmndi:BPMNShape&amp;gt;&lt;BR /&gt; &amp;lt;bpmndi:BPMNShape bpmnElement="end" id="BPMNShape_end"&amp;gt;&lt;BR /&gt; &amp;lt;omgdc:Bounds height="35.0" width="35.0" x="370.0" y="170.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;&lt;BR /&gt; &amp;lt;/bpmndi:BPMNShape&amp;gt;&lt;BR /&gt; &amp;lt;bpmndi:BPMNEdge bpmnElement="flow1" id="BPMNEdge_flow1"&amp;gt;&lt;BR /&gt; &amp;lt;omgdi:waypoint x="105.0" y="187.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;&lt;BR /&gt; &amp;lt;omgdi:waypoint x="180.0" y="187.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;&lt;BR /&gt; &amp;lt;/bpmndi:BPMNEdge&amp;gt;&lt;BR /&gt; &amp;lt;bpmndi:BPMNEdge bpmnElement="flow2" id="BPMNEdge_flow2"&amp;gt;&lt;BR /&gt; &amp;lt;omgdi:waypoint x="285.0" y="187.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;&lt;BR /&gt; &amp;lt;omgdi:waypoint x="370.0" y="187.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;&lt;BR /&gt; &amp;lt;/bpmndi:BPMNEdge&amp;gt;&lt;BR /&gt; &amp;lt;/bpmndi:BPMNPlane&amp;gt;&lt;BR /&gt;&amp;lt;/bpmndi:BPMNDiagram&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no idea to make the properly placed process diagram.&lt;BR /&gt;I maked the sample code that generate a process diagram aligned in line and made pull request to your repo.&lt;BR /&gt;&lt;A href="https://github.com/ajeje93/activiti-processdiagramgenerator-test/pull/1" rel="nofollow noopener noreferrer"&gt;https://github.com/ajeje93/activiti-processdiagramgenerator-test/pull/1&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://github.com/daisuke-yoshimoto/activiti-processdiagramgenerator-test/blob/master/ProcessDiagramGeneratorTest/src/main/java/org/test/Test.java" rel="nofollow noopener noreferrer"&gt;https://github.com/daisuke-yoshimoto/activiti-processdiagramgenerator-test/blob/master/ProcessDiagramGeneratorTest/src/main/java/org/test/Test.java&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://connect.hyland.com/legacyfs/online/alfresco/14215_test.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2017 05:51:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/image-export-of-running-diagram/m-p/11026#M4877</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-01T05:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: image export of running diagram</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/image-export-of-running-diagram/m-p/11027#M4878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2017 05:59:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/image-export-of-running-diagram/m-p/11027#M4878</guid>
      <dc:creator>ajeje93</dc:creator>
      <dc:date>2017-06-01T05:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: image export of running diagram</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/image-export-of-running-diagram/m-p/11028#M4879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;&amp;gt; I have no idea to make the properly placed process diagram.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;I'm sorry that I did not know that&amp;nbsp;there was a standard solution to decide the layout arbitrarily.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;You can use&amp;nbsp;&lt;/SPAN&gt;org.activiti.bpmn.BpmnAutoLayout.class and you do not&amp;nbsp;need to forcibly create &lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;the graphic information.&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;new&lt;/SPAN&gt; BpmnAutoLayout(&lt;SPAN class=""&gt;model&lt;/SPAN&gt;).execute();&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P class=""&gt;&lt;/P&gt;&lt;P class=""&gt;I made new pull request to add auto layout.&lt;/P&gt;&lt;P class=""&gt;&lt;A class="link-titled" href="https://github.com/ajeje93/activiti-processdiagramgenerator-test/pull/2" title="https://github.com/ajeje93/activiti-processdiagramgenerator-test/pull/2" rel="nofollow noopener noreferrer"&gt;Add auto layout. by daisuke-yoshimoto · Pull Request #2 · ajeje93/activiti-processdiagramgenerator-test · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2017 05:44:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/image-export-of-running-diagram/m-p/11028#M4879</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-02T05:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: image export of running diagram</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/image-export-of-running-diagram/m-p/11029#M4880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have been of great help. Thank you again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2017 09:35:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/image-export-of-running-diagram/m-p/11029#M4880</guid>
      <dc:creator>ajeje93</dc:creator>
      <dc:date>2017-06-02T09:35:23Z</dc:date>
    </item>
  </channel>
</rss>

