<?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: Swimlanes in Activiti in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/swimlanes-in-activiti/m-p/102034#M70935</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I hope this will be added to the next Activiti version. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Oct 2012 13:39:35 GMT</pubDate>
    <dc:creator>cookie-exploit</dc:creator>
    <dc:date>2012-10-19T13:39:35Z</dc:date>
    <item>
      <title>Swimlanes in Activiti</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/swimlanes-in-activiti/m-p/102027#M70928</link>
      <description>Hello Guys,is it possible to use swimlanes in Activiti processes?Greetz cookie-exploit</description>
      <pubDate>Thu, 04 Oct 2012 14:12:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/swimlanes-in-activiti/m-p/102027#M70928</guid>
      <dc:creator>cookie-exploit</dc:creator>
      <dc:date>2012-10-04T14:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Swimlanes in Activiti</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/swimlanes-in-activiti/m-p/102028#M70929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can use multiple lanes within a process, but they are solely used as visual indication. Unlike the JBPM "swim lanes", the BPMN lanes do not influence the tasks' assignee.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2012 14:47:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/swimlanes-in-activiti/m-p/102028#M70929</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-10-04T14:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Swimlanes in Activiti</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/swimlanes-in-activiti/m-p/102029#M70930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN style="text-decoration: underline;"&gt;It is possible&lt;/SPAN&gt;&lt;SPAN&gt; to use lane name.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It is possible to add method "getLaneName" or "getLaneId" to the execution and then use it in task as assignee: &lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;${execution.getLaneName()}&lt;/CODE&gt;&lt;SPAN&gt;I've implemented it in my local test and &lt;/SPAN&gt;&lt;STRONG&gt;it works&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll be contribute this as soon as possible.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 21:42:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/swimlanes-in-activiti/m-p/102029#M70930</guid>
      <dc:creator>iam</dc:creator>
      <dc:date>2012-10-05T21:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Swimlanes in Activiti</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/swimlanes-in-activiti/m-p/102030#M70931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;@iam: I'm curious how you've implemented this solution, so keep me posted on this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;@cookie-explooit: But for the moment (5.10), it's not possible to do this…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 07:56:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/swimlanes-in-activiti/m-p/102030#M70931</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-10-09T07:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Swimlanes in Activiti</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/swimlanes-in-activiti/m-p/102031#M70932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;@iam: I'm curious how you've implemented this solution, so keep me posted on this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;@cookie-explooit: But for the moment (5.10), it's not possible to do this… You can access the LaneSet's on the ProcessDefinitionImpl and their Lanes (inkling all flownodes inside that lane), but it's not exposed by the API-classes.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 07:58:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/swimlanes-in-activiti/m-p/102031#M70932</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-10-09T07:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Swimlanes in Activiti</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/swimlanes-in-activiti/m-p/102032#M70933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I'm curious how you've implemented this solution, so keep me posted on this.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Yeah. But I don't know why it's impossible attach "diff" there for me…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Lane consists FlowNodeIds - activityIds.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;On initialize ExecutionEntity we can define laneSets and lane from definition and we know what activityId execution it is.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And add getters for Execution.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 13:47:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/swimlanes-in-activiti/m-p/102032#M70933</guid>
      <dc:creator>iam</dc:creator>
      <dc:date>2012-10-09T13:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Swimlanes in Activiti</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/swimlanes-in-activiti/m-p/102033#M70934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;:arrow: &lt;/SPAN&gt;&lt;A href="https://jira.codehaus.org/browse/ACT-1400" rel="nofollow noopener noreferrer"&gt;ACT-1400&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 21:02:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/swimlanes-in-activiti/m-p/102033#M70934</guid>
      <dc:creator>iam</dc:creator>
      <dc:date>2012-10-09T21:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: Swimlanes in Activiti</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/swimlanes-in-activiti/m-p/102034#M70935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I hope this will be added to the next Activiti version. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2012 13:39:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/swimlanes-in-activiti/m-p/102034#M70935</guid>
      <dc:creator>cookie-exploit</dc:creator>
      <dc:date>2012-10-19T13:39:35Z</dc:date>
    </item>
  </channel>
</rss>

