<?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: Activiti workflow persistence after restarting server in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/activiti-workflow-persistence-after-restarting-server/m-p/141910#M99395</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tasks don't complete themselves after a restart (they never get auto-completed). Is it possible that you DB is drop pen and recreated after a reboot? Or do you you actually see the completed process after restarting (check ACT_HI_PROCINST tables or use HistoryService query API)?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Jun 2013 05:54:02 GMT</pubDate>
    <dc:creator>frederikherema1</dc:creator>
    <dc:date>2013-06-11T05:54:02Z</dc:date>
    <item>
      <title>Activiti workflow persistence after restarting server</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-workflow-persistence-after-restarting-server/m-p/141908#M99393</link>
      <description>I have a question regarding why activiti is not persisting the already started workflow which is waiting on a user task after I restart my tomcat server? I am using a workflow in which I have a user tasks which is assigned to a group. I am successfully able to connect to our ldap server which recogn</description>
      <pubDate>Mon, 10 Jun 2013 23:00:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-workflow-persistence-after-restarting-server/m-p/141908#M99393</guid>
      <dc:creator>pm_usa1234</dc:creator>
      <dc:date>2013-06-10T23:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti workflow persistence after restarting server</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-workflow-persistence-after-restarting-server/m-p/141909#M99394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;n&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 23:01:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-workflow-persistence-after-restarting-server/m-p/141909#M99394</guid>
      <dc:creator>pm_usa1234</dc:creator>
      <dc:date>2013-06-10T23:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti workflow persistence after restarting server</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-workflow-persistence-after-restarting-server/m-p/141910#M99395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tasks don't complete themselves after a restart (they never get auto-completed). Is it possible that you DB is drop pen and recreated after a reboot? Or do you you actually see the completed process after restarting (check ACT_HI_PROCINST tables or use HistoryService query API)?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 05:54:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-workflow-persistence-after-restarting-server/m-p/141910#M99395</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-06-11T05:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti workflow persistence after restarting server</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-workflow-persistence-after-restarting-server/m-p/141911#M99396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks frederikheremans for information. I checked the data and as such I don't see any difference in the entires when workflow is completed(start to end) when server is running or when server is restarted between starting a workflow to ending. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In below example workflow which was started and completed when server was running was Id_=1375. The other workflow is Id_=1413 was started when server was running but then I restarted the server and immediately it completed the workflow. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know whether it is relevant or not but I started with the fresh database schema. When I started the server for the first time, table ACT_HI_PROCINST had 73 rows. After completing the first workflow and starting another workflow it became 75(with ids 1375 and 1413 with end time as null for 1413). After I restarted the server, it added many more rows and now I see 146 rows with completed workflow for 1413(regardless of waiting at user task). Is this an expected behaviors or some where by default it adds some test data? I hope this is not causing the issue I am seeing. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ID_ PROC_INST_ID_ BUSINESS_KEY_ PROC_DEF_ID_ START_TIME_ END_TIME_ DURATION_ START_USER_ID_ START_ACT_ID_ END_ACT_ID_&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1375&amp;nbsp; 1375&amp;nbsp; criteriaCloneFirstCut:1:1373 12-JUN-13 02.13.40.017000000 PM 12-JUN-13 02.15.48.218000000 PM 128201&amp;nbsp; cloneMessageStartEvent endevent1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1413&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1413&amp;nbsp; criteriaCloneFirstCut:1:1373 12-JUN-13 02.18.22.981000000 PM 12-JUN-13 02.25.43.785000000 PM 440804&amp;nbsp; cloneMessageStartEvent endevent1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Currently in activiti-standalone-context.xml has following bean properties for demoDataGenerator. I have made createDemoUsersAndGroups as false as I am using ldap. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="createDemoUsersAndGroups" value="false" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="createDemoProcessDefinitions" value="true" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="createDemoModels" value="true" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="generateReportData" value="true" /&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 00:26:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-workflow-persistence-after-restarting-server/m-p/141911#M99396</guid>
      <dc:creator>pm_usa1234</dc:creator>
      <dc:date>2013-06-13T00:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti workflow persistence after restarting server</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-workflow-persistence-after-restarting-server/m-p/141912#M99397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The demo data generator does add new stuff. That is why it is a demo data generator.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you set all properties to false and see if the problem still persists?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jun 2013 09:57:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-workflow-persistence-after-restarting-server/m-p/141912#M99397</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-06-17T09:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti workflow persistence after restarting server</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-workflow-persistence-after-restarting-server/m-p/141913#M99398</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;I downloaded and installed the latest version. Am facing some issues. user tasks automatically assigning while restarting the server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;am using mysql database. whenever the server restarted some new tasks automatically assigned. but its in a unknown language. some examples like &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1.Ut non proident nostrud esse commodo&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. in dolor in aliquip veniam nostrud etc&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i already did that demo properties to "false". Kindly help me on this &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Nov 2013 13:44:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-workflow-persistence-after-restarting-server/m-p/141913#M99398</guid>
      <dc:creator>prasobhraj</dc:creator>
      <dc:date>2013-11-17T13:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti workflow persistence after restarting server</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-workflow-persistence-after-restarting-server/m-p/141914#M99399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's generating world-famous latin example text (google for lorum ipsum)… The main point is that the explorer (as you download it) is intended to use as demo-software to see the capabilities of the engine and expose a lot of the API's. If you want to use it for real, you should alter the configuration/spring-context anyway. So just remove the demo-data generator bean as a whole…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 08:34:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-workflow-persistence-after-restarting-server/m-p/141914#M99399</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-12-05T08:34:14Z</dc:date>
    </item>
  </channel>
</rss>

