<?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 engine persist process and not AUTO resume process in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-persist-process-and-not-auto-resume-process/m-p/101261#M70282</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Like if I get Exception in Step2(Service task) I want Step1(Service task) step to be persisted in activiti tables.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jan 2016 14:20:33 GMT</pubDate>
    <dc:creator>pavitra</dc:creator>
    <dc:date>2016-01-27T14:20:33Z</dc:date>
    <item>
      <title>Activiti engine persist process and not AUTO resume process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-persist-process-and-not-auto-resume-process/m-p/101256#M70277</link>
      <description>Hi all, &amp;nbsp;&amp;nbsp; My process define like : process 1 -&amp;gt; process 2 -&amp;gt; process 3&amp;nbsp;&amp;nbsp; I would like to persist a process 1 in database while its going to process 2, i try to use timer event (wait-state) but i found that the connection will keep look up db table after 5 seconds or etc, how can i use wait-st</description>
      <pubDate>Wed, 07 Nov 2012 02:55:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-persist-process-and-not-auto-resume-process/m-p/101256#M70277</guid>
      <dc:creator>kiloksky</dc:creator>
      <dc:date>2012-11-07T02:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti engine persist process and not AUTO resume process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-persist-process-and-not-auto-resume-process/m-p/101257#M70278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi kiloksky,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Due you mean your process is defined to launch subsequent processes or do you mean your process comprises three tasks? I shall assume the latter.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As far as activities not finishing correctly, as I understand the engine, activities progress under a transaction. Hence the engine would tend to look after itself in the event of a system crash. Thus you may find that what you are after is built into the engine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd recommend reading the section on asynchronous continuations and transaction management in the user guide…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2012 05:05:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-persist-process-and-not-auto-resume-process/m-p/101257#M70278</guid>
      <dc:creator>webcyberrob</dc:creator>
      <dc:date>2012-11-08T05:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti engine persist process and not AUTO resume process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-persist-process-and-not-auto-resume-process/m-p/101258#M70279</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 am novice to activiti, I wanted this sample to work&amp;nbsp; my activiti is like this Start–&amp;gt;Step1(Service task)–&amp;gt;Step2(Service task)–&amp;gt;Step3(Service task)–&amp;gt;end. This flow will persist only when there is no exception in any of the steps. I wanted to track these steps even when the exception occurs.I wanted this flow to persists because in this way I can maintain the flow with the exception.How can I achieve this please help me on this.I tried with the Receive task to put in the middle of my service tasks to persists each steps.But I have to signal every time to continue to the next step.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 08:26:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-persist-process-and-not-auto-resume-process/m-p/101258#M70279</guid>
      <dc:creator>pavitra</dc:creator>
      <dc:date>2016-01-27T08:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti engine persist process and not AUTO resume process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-persist-process-and-not-auto-resume-process/m-p/101259#M70280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Pavitra, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you tried the task/execution listeners ? You can have a create task listener on each of the service tasks and write some logic to log some information into your tables. &lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 09:11:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-persist-process-and-not-auto-resume-process/m-p/101259#M70280</guid>
      <dc:creator>hari</dc:creator>
      <dc:date>2016-01-27T09:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti engine persist process and not AUTO resume process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-persist-process-and-not-auto-resume-process/m-p/101260#M70281</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 need to persist to activiti tables itslef. Can I able to persits in activiti tables ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 14:16:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-persist-process-and-not-auto-resume-process/m-p/101260#M70281</guid>
      <dc:creator>pavitra</dc:creator>
      <dc:date>2016-01-27T14:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti engine persist process and not AUTO resume process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-persist-process-and-not-auto-resume-process/m-p/101261#M70282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Like if I get Exception in Step2(Service task) I want Step1(Service task) step to be persisted in activiti tables.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 14:20:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-persist-process-and-not-auto-resume-process/m-p/101261#M70282</guid>
      <dc:creator>pavitra</dc:creator>
      <dc:date>2016-01-27T14:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti engine persist process and not AUTO resume process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-persist-process-and-not-auto-resume-process/m-p/101262#M70283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If step 1 and 2 are service tasks, make both of them async to persist them between the steps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 08:48:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-persist-process-and-not-auto-resume-process/m-p/101262#M70283</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-02-01T08:48:12Z</dc:date>
    </item>
  </channel>
</rss>

