<?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 Deploying Activiti on a cluster server with hot/hot set up in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/deploying-activiti-on-a-cluster-server-with-hot-hot-set-up/m-p/231132#M184262</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;We are using Activti (version: 5.17 ) for the workflow management in our application. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Our application uses DB2 database where Activiti tables are also created&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We configured and deployed the BPMN files using Automatic Resource deplyment through ACTIVITI-SPRING configuration as shown below&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;bean id="processEngineConfiguration" class="org.activiti.spring.SpringProcessEngineConfiguration"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;property name="dataSource" ref="dataSource" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;property name="transactionManager" ref="transactionManager"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;property name="databaseSchemaUpdate" value="false"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;property name="asyncExecutorEnabled" value="true"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;property name="asyncExecutorActivate" value="true"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;property name="mailServerHost" value="${smtp.host}"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;property name="mailServerDefaultFrom" value="${Email.from}"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;property name="deploymentResources" value="classpath*:*.bpmn"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;bean&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Main components of our workflow involves the following Activiti components,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Service task&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. User task&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Mail task&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Exclusive gateway&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5: Timer boundary event (2 timers attached on user task. one for triggering email and another for cancelling the task after certain time)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please clarify our doubts listed below,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. The server on which the application is deployed and running is a cluster with two server nodes, currently running hot/hot, is this type of setup going to cause issues with activiti?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. How many Activiti Engines will be created during such deployments?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. How to find the number of Activiti engine created (running active) after the deployment ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks &amp;amp; Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dinesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Mar 2016 12:35:16 GMT</pubDate>
    <dc:creator>dinesh_babu_p</dc:creator>
    <dc:date>2016-03-16T12:35:16Z</dc:date>
    <item>
      <title>Deploying Activiti on a cluster server with hot/hot set up</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deploying-activiti-on-a-cluster-server-with-hot-hot-set-up/m-p/231132#M184262</link>
      <description>Hi,We are using Activti (version: 5.17 ) for the workflow management in our application. Our application uses DB2 database where Activiti tables are also createdWe configured and deployed the BPMN files using Automatic Resource deplyment through ACTIVITI-SPRING configuration as shown belowbean id="p</description>
      <pubDate>Wed, 16 Mar 2016 12:35:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deploying-activiti-on-a-cluster-server-with-hot-hot-set-up/m-p/231132#M184262</guid>
      <dc:creator>dinesh_babu_p</dc:creator>
      <dc:date>2016-03-16T12:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying Activiti on a cluster server with hot/hot set up</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deploying-activiti-on-a-cluster-server-with-hot-hot-set-up/m-p/231133#M184263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1. No, Activiti is designed for running in multiple nodes. Of course, might wanna give your definition of what you call 'hot/hot' …&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. One per node&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Deployments don't have influence on the amount of engines.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 13:47:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deploying-activiti-on-a-cluster-server-with-hot-hot-set-up/m-p/231133#M184263</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-03-18T13:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying Activiti on a cluster server with hot/hot set up</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deploying-activiti-on-a-cluster-server-with-hot-hot-set-up/m-p/231134#M184264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When will be the stable version (suitable for prod) of Activiti 6 will be available. Any tentative date ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2016 06:16:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deploying-activiti-on-a-cluster-server-with-hot-hot-set-up/m-p/231134#M184264</guid>
      <dc:creator>dinesh_babu_p</dc:creator>
      <dc:date>2016-03-28T06:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying Activiti on a cluster server with hot/hot set up</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deploying-activiti-on-a-cluster-server-with-hot-hot-set-up/m-p/231135#M184265</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;SPAN&gt;We're hardly working to move it in production asap, but I'm sure you understand the quality is the top priority.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Personally I don't think that giving a date here on the forum will help someone to much, but it will be soon! &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;BR /&gt;&lt;SPAN&gt;All this waiting time will worth it!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2016 08:23:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deploying-activiti-on-a-cluster-server-with-hot-hot-set-up/m-p/231135#M184265</guid>
      <dc:creator>vasile_dirla</dc:creator>
      <dc:date>2016-03-28T08:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying Activiti on a cluster server with hot/hot set up</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deploying-activiti-on-a-cluster-server-with-hot-hot-set-up/m-p/231136#M184266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply Vasile.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Waiting for final Activiti 6 release for production&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ya, its worth waiting. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dinesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 15:53:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deploying-activiti-on-a-cluster-server-with-hot-hot-set-up/m-p/231136#M184266</guid>
      <dc:creator>dinesh_babu_p</dc:creator>
      <dc:date>2016-03-29T15:53:58Z</dc:date>
    </item>
  </channel>
</rss>

