<?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: parallel processing in Activiti flow in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/parallel-processing-in-activiti-flow/m-p/111789#M78644</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi trademak,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using "SpringProcessEngineConfiguration" to initialize/start the Activiti engine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is what I have in my spring based config -&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;bean id="processEngineConfiguration" class="org.activiti.spring.SpringProcessEngineConfiguration"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="dataSource" ref="dataSource" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="transactionManager" ref="transactionManager" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="jobExecutorActivate" value="true" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/bean&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Where do I need to mention "async="true" to start the processing in parallel.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Feb 2012 06:43:17 GMT</pubDate>
    <dc:creator>pisadr</dc:creator>
    <dc:date>2012-02-27T06:43:17Z</dc:date>
    <item>
      <title>parallel processing in Activiti flow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/parallel-processing-in-activiti-flow/m-p/111787#M78642</link>
      <description>We have a flow designed in Activiti.Start -&amp;gt; A -&amp;gt; B -&amp;gt; C -&amp;gt; EndI have a thread pool executor that gets the request from queue and submits the task to Activiti flow.Can I design Activiti flow to process multiple requests submitted by multiple threads? (parallel execution of multiple reque</description>
      <pubDate>Fri, 24 Feb 2012 07:34:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/parallel-processing-in-activiti-flow/m-p/111787#M78642</guid>
      <dc:creator>pisadr</dc:creator>
      <dc:date>2012-02-24T07:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: parallel processing in Activiti flow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/parallel-processing-in-activiti-flow/m-p/111788#M78643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can use the &lt;/SPAN&gt;&lt;CODE&gt;async="true"&lt;/CODE&gt;&lt;SPAN&gt; attribute to let the engine process request asynchronously.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Feb 2012 10:41:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/parallel-processing-in-activiti-flow/m-p/111788#M78643</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2012-02-26T10:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: parallel processing in Activiti flow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/parallel-processing-in-activiti-flow/m-p/111789#M78644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi trademak,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using "SpringProcessEngineConfiguration" to initialize/start the Activiti engine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is what I have in my spring based config -&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;bean id="processEngineConfiguration" class="org.activiti.spring.SpringProcessEngineConfiguration"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="dataSource" ref="dataSource" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="transactionManager" ref="transactionManager" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="jobExecutorActivate" value="true" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/bean&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Where do I need to mention "async="true" to start the processing in parallel.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2012 06:43:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/parallel-processing-in-activiti-flow/m-p/111789#M78644</guid>
      <dc:creator>pisadr</dc:creator>
      <dc:date>2012-02-27T06:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: parallel processing in Activiti flow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/parallel-processing-in-activiti-flow/m-p/111790#M78645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you use Activiti Designer, you can specify that in the properties view of each service task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Otherwise configure it directly in the xml as described here &lt;/SPAN&gt;&lt;A href="http://www.activiti.org/userguide/index.html#asyncContinuations" rel="nofollow noopener noreferrer"&gt;http://www.activiti.org/userguide/index.html#asyncContinuations&lt;/A&gt;&lt;SPAN&gt; in the userguide.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;michael&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2012 13:56:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/parallel-processing-in-activiti-flow/m-p/111790#M78645</guid>
      <dc:creator>gant</dc:creator>
      <dc:date>2012-02-28T13:56:35Z</dc:date>
    </item>
  </channel>
</rss>

