<?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: Generate diagram without deploying in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/generate-diagram-without-deploying/m-p/141285#M98970</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I see, this is the info i was looking for. thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jul 2013 07:44:50 GMT</pubDate>
    <dc:creator>esseti</dc:creator>
    <dc:date>2013-07-10T07:44:50Z</dc:date>
    <item>
      <title>Generate diagram without deploying</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/generate-diagram-without-deploying/m-p/141283#M98968</link>
      <description>Hi allI'm playing with activiti and i found "strange" that to get the diagram in PNG it takes so many steps.With the REST api you need to know the ProcessID. and with the java one you need to deploy the project first to get back the diagram.is there any way to have the png without the need of runnin</description>
      <pubDate>Tue, 09 Jul 2013 14:56:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/generate-diagram-without-deploying/m-p/141283#M98968</guid>
      <dc:creator>esseti</dc:creator>
      <dc:date>2013-07-09T14:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: Generate diagram without deploying</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/generate-diagram-without-deploying/m-p/141284#M98969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can create a process-diagram based on a BPMNModel. A BpmnModel can be parsed (using activiti-bpmn-converter) from XML. Once you have the BpmnModel POJO, you pass it in the &lt;/SPAN&gt;&lt;A href="https://github.com/Activiti/Activiti/blob/37b7cbcac2d5a9ab7d7470a4dedd0fb644216d6f/modules/activiti-engine/src/main/java/org/activiti/engine/impl/bpmn/diagram/ProcessDiagramGenerator.java" rel="nofollow noopener noreferrer"&gt;https://github.com/Activiti/Activiti/blob/37b7cbcac2d5a9ab7d7470a4dedd0fb644216d6f/modules/activiti-engine/src/main/java/org/activiti/engine/impl/bpmn/diagram/ProcessDiagramGenerator.java&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So no need to have a running engine, just the right classes on your classpath…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2013 07:19:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/generate-diagram-without-deploying/m-p/141284#M98969</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-07-10T07:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Generate diagram without deploying</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/generate-diagram-without-deploying/m-p/141285#M98970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I see, this is the info i was looking for. thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2013 07:44:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/generate-diagram-without-deploying/m-p/141285#M98970</guid>
      <dc:creator>esseti</dc:creator>
      <dc:date>2013-07-10T07:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Generate diagram without deploying</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/generate-diagram-without-deploying/m-p/141286#M98971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but after i modify the process programmatically (if i remove both input output flow, and add two new), when i try to genereate the PNG i got a nullpointerexception.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;if i open the edited process in activiti designer everything is fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;any idea?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;here is my code &lt;/SPAN&gt;&lt;A href="https://github.com/esseti/BPMN4Crowd-Compiler" rel="nofollow noopener noreferrer"&gt;https://github.com/esseti/BPMN4Crowd-Compiler&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jul 2013 13:39:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/generate-diagram-without-deploying/m-p/141286#M98971</guid>
      <dc:creator>esseti</dc:creator>
      <dc:date>2013-07-11T13:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Generate diagram without deploying</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/generate-diagram-without-deploying/m-p/141287#M98972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;can you provide the stacktrace of the NPE?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 07:26:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/generate-diagram-without-deploying/m-p/141287#M98972</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-07-12T07:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Generate diagram without deploying</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/generate-diagram-without-deploying/m-p/141288#M98973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;what's NPE?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;this is what ti gives me back.&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;java.lang.NullPointerException&lt;BR /&gt; at org.activiti.engine.impl.bpmn.diagram.ProcessDiagramGenerator.initProcessDiagramCanvas(ProcessDiagramGenerator.java:516)&lt;BR /&gt; at org.activiti.engine.impl.bpmn.diagram.ProcessDiagramGenerator.generateDiagram(ProcessDiagramGenerator.java:337)&lt;BR /&gt; at org.activiti.engine.impl.bpmn.diagram.ProcessDiagramGenerator.generateDiagram(ProcessDiagramGenerator.java:363)&lt;BR /&gt; at org.activiti.engine.impl.bpmn.diagram.ProcessDiagramGenerator.generatePngDiagram(ProcessDiagramGenerator.java:321)&lt;BR /&gt; at org.crowdcomputer.bpmn.Compiler.generatePNG(Compiler.java:149)&lt;BR /&gt; at org.crowdcomputer.bpmn.Compiler.compileMain(Compiler.java:240)&lt;BR /&gt; at org.crowdcomputer.bpmn.Compiler.main(Compiler.java:278&lt;BR /&gt;&lt;/CODE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 13:59:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/generate-diagram-without-deploying/m-p/141288#M98973</guid>
      <dc:creator>esseti</dc:creator>
      <dc:date>2013-07-12T13:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Generate diagram without deploying</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/generate-diagram-without-deploying/m-p/141289#M98974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is one or more sequence-flows in your process that has no graphical information set, relevant line in PDgenerator:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for (SequenceFlow sequenceFlow : flowNode.getOutgoingFlows()) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; List&amp;lt;GraphicInfo&amp;gt; graphicInfoList = bpmnModel.getFlowLocationGraphicInfo(sequenceFlow.getId());&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for (GraphicInfo graphicInfo : graphicInfoList) {&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;It actually helps looking at the source of an open-source framework if an exception occurs to get you closer to your problem…&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jul 2013 10:46:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/generate-diagram-without-deploying/m-p/141289#M98974</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-07-17T10:46:23Z</dc:date>
    </item>
  </channel>
</rss>

