<?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: table driven definition to workflow in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/table-driven-definition-to-workflow/m-p/163585#M117378</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I played with diagram generator little bit.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can see results here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://gro-mar.github.io/activiti-crystalball/" rel="nofollow noopener noreferrer"&gt;http://gro-mar.github.io/activiti-crystalball/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Reports&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://github.com/gro-mar/activiti-crystalball/wiki/Audit-trail-diagram" rel="nofollow noopener noreferrer"&gt;https://github.com/gro-mar/activiti-crystalball/wiki/Audit-trail-diagram&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://github.com/gro-mar/activiti-crystalball/wiki/Drawing-into-process-diagram" rel="nofollow noopener noreferrer"&gt;https://github.com/gro-mar/activiti-crystalball/wiki/Drawing-into-process-diagram&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://github.com/gro-mar/activiti-crystalball/wiki/Process-instances-generator" rel="nofollow noopener noreferrer"&gt;https://github.com/gro-mar/activiti-crystalball/wiki/Process-instances-generator&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://github.com/gro-mar/activiti-crystalball/wiki/DueDate-generator" rel="nofollow noopener noreferrer"&gt;https://github.com/gro-mar/activiti-crystalball/wiki/DueDate-generator&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Nov 2013 07:59:16 GMT</pubDate>
    <dc:creator>martin_grofcik</dc:creator>
    <dc:date>2013-11-22T07:59:16Z</dc:date>
    <item>
      <title>table driven definition to workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/table-driven-definition-to-workflow/m-p/163582#M117375</link>
      <description>Hi,How are we displaying the workflow after saving the table driven definition ? I've checked out the activiti source from github but unable to find this specific area in the source.problem statement : We need to create our own interface which defines a workflow after saving that we need to show the</description>
      <pubDate>Thu, 21 Nov 2013 06:28:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/table-driven-definition-to-workflow/m-p/163582#M117375</guid>
      <dc:creator>nirvana</dc:creator>
      <dc:date>2013-11-21T06:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: table driven definition to workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/table-driven-definition-to-workflow/m-p/163583#M117376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Nirvana.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did not understand your question. (I am sorry for that.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to dig into process diagram generator, have a look e.g.:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/Activiti/Activiti/blob/master/modules/activiti-engine/src/main/java/org/activiti/engine/impl/bpmn/diagram/ProcessDiagramGenerator.java?source=cc" rel="nofollow noopener noreferrer"&gt;https://github.com/Activiti/Activiti/blob/master/modules/activiti-engine/src/main/java/org/activiti/engine/impl/bpmn/diagram/ProcessDiagramGenerator.java?source=cc&lt;/A&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;/**&lt;BR /&gt;&amp;nbsp;&amp;nbsp; * Generates a JPG diagram image of the given process definition, using the&lt;BR /&gt;&amp;nbsp;&amp;nbsp; * diagram interchange information of the process.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; */&lt;BR /&gt;&amp;nbsp; public static InputStream generateJpgDiagram(BpmnModel bpmnModel) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return generateDiagram(bpmnModel, "jpg", Collections.&amp;lt;String&amp;gt; emptyList());&lt;BR /&gt;&amp;nbsp; }&lt;BR /&gt;&lt;/CODE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 07:26:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/table-driven-definition-to-workflow/m-p/163583#M117376</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2013-11-21T07:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: table driven definition to workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/table-driven-definition-to-workflow/m-p/163584#M117377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks martin for the quick response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is what I was looking for… process diagram generator..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nirvana&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 10:49:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/table-driven-definition-to-workflow/m-p/163584#M117377</guid>
      <dc:creator>nirvana</dc:creator>
      <dc:date>2013-11-21T10:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: table driven definition to workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/table-driven-definition-to-workflow/m-p/163585#M117378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I played with diagram generator little bit.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can see results here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://gro-mar.github.io/activiti-crystalball/" rel="nofollow noopener noreferrer"&gt;http://gro-mar.github.io/activiti-crystalball/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Reports&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://github.com/gro-mar/activiti-crystalball/wiki/Audit-trail-diagram" rel="nofollow noopener noreferrer"&gt;https://github.com/gro-mar/activiti-crystalball/wiki/Audit-trail-diagram&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://github.com/gro-mar/activiti-crystalball/wiki/Drawing-into-process-diagram" rel="nofollow noopener noreferrer"&gt;https://github.com/gro-mar/activiti-crystalball/wiki/Drawing-into-process-diagram&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://github.com/gro-mar/activiti-crystalball/wiki/Process-instances-generator" rel="nofollow noopener noreferrer"&gt;https://github.com/gro-mar/activiti-crystalball/wiki/Process-instances-generator&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://github.com/gro-mar/activiti-crystalball/wiki/DueDate-generator" rel="nofollow noopener noreferrer"&gt;https://github.com/gro-mar/activiti-crystalball/wiki/DueDate-generator&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 07:59:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/table-driven-definition-to-workflow/m-p/163585#M117378</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2013-11-22T07:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: table driven definition to workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/table-driven-definition-to-workflow/m-p/163586#M117379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;HI Martin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; How i can display dynamic table in activity form. I have tried but problem is still persist, looking for quick response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thankss&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;jeetesh&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Aug 2014 08:47:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/table-driven-definition-to-workflow/m-p/163586#M117379</guid>
      <dc:creator>jeetesh</dc:creator>
      <dc:date>2014-08-09T08:47:47Z</dc:date>
    </item>
  </channel>
</rss>

