<?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 parallel multi-instance tasks are shown as horizontal lines in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/parallel-multi-instance-tasks-are-shown-as-horizontal-lines/m-p/80670#M53874</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;From the user guide "If an activity is multi-instance, this is indicated by three short lines at the bottom of that activity. Three vertical lines indicates that the instances will be executed in parallel, while three horizontal lines indicate sequential execution. " &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But parallel multi-instance tasks are shown as horizontal lines in Activiti instead of vertical lines.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 May 2012 18:11:11 GMT</pubDate>
    <dc:creator>plehal</dc:creator>
    <dc:date>2012-05-21T18:11:11Z</dc:date>
    <item>
      <title>parallel multi-instance tasks are shown as horizontal lines</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/parallel-multi-instance-tasks-are-shown-as-horizontal-lines/m-p/80670#M53874</link>
      <description>From the user guide "If an activity is multi-instance, this is indicated by three short lines at the bottom of that activity. Three vertical lines indicates that the instances will be executed in parallel, while three horizontal lines indicate sequential execution. " But parallel multi-instance task</description>
      <pubDate>Mon, 21 May 2012 18:11:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/parallel-multi-instance-tasks-are-shown-as-horizontal-lines/m-p/80670#M53874</guid>
      <dc:creator>plehal</dc:creator>
      <dc:date>2012-05-21T18:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: parallel multi-instance tasks are shown as horizontal lines</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/parallel-multi-instance-tasks-are-shown-as-horizontal-lines/m-p/80671#M53875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yup, I found the same problem as you. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My process do execute parallelly even the diagram shows three horizontal lines in the diagram.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think it may be a mistake in document, or a bug in the diagram generator.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You'd better submit an issue in the bug tracker.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 02:19:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/parallel-multi-instance-tasks-are-shown-as-horizontal-lines/m-p/80671#M53875</guid>
      <dc:creator>rogerofyan</dc:creator>
      <dc:date>2012-05-22T02:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: parallel multi-instance tasks are shown as horizontal lines</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/parallel-multi-instance-tasks-are-shown-as-horizontal-lines/m-p/80672#M53876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It seems to be a bug in drawActivityMarkers function in ProcessDiagramCanvas class. First parameter seems to be flipped to false/true. It should be true/false as shown below.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if (multiInstanceSequential) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; drawMultiInstanceMarker(&lt;/SPAN&gt;&lt;SPAN style="color:#008000;"&gt;true&lt;/SPAN&gt;&lt;SPAN&gt;, x, y, width, height);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; } else if (multiInstanceParallel) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; drawMultiInstanceMarker(&lt;/SPAN&gt;&lt;SPAN style="color:#008000;"&gt;false&lt;/SPAN&gt;&lt;SPAN&gt;, x, y, width, height);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2012 15:32:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/parallel-multi-instance-tasks-are-shown-as-horizontal-lines/m-p/80672#M53876</guid>
      <dc:creator>plehal</dc:creator>
      <dc:date>2012-05-25T15:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: parallel multi-instance tasks are shown as horizontal lines</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/parallel-multi-instance-tasks-are-shown-as-horizontal-lines/m-p/80673#M53877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I fixed it on trunk.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2012 12:13:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/parallel-multi-instance-tasks-are-shown-as-horizontal-lines/m-p/80673#M53877</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2012-05-29T12:13:23Z</dc:date>
    </item>
  </channel>
</rss>

