<?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 How to Run a process contentiously with 'N' number of requests ? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-run-a-process-contentiously-with-n-number-of-requests/m-p/241031#M194161</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 using activiti , I want to run my process contentiously, without intervention. I simulated the problem in sample. I am attaching this sample please change the database properties to work. My sample must work for contentiously for 'N' number of requests. I simulated by running 200 times in the sample, some step in the process have to perform some calculation which takes long time. so it should not stuck in middle.I made my process async to log the every step.In the sample it gets hanging for the 119 count.Please help me out to resolve this. I have done the 'asyncExecutor' configuration to consume one step at a time.I did this configuration to process one step after the other step in the synchronous way.Though I made my process as async can I able to process the step one after the other. Because one step data is dependent on next step so.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;plz find the zip file attached in Github &lt;/SPAN&gt;&lt;A href="https://github.com/Activiti/activiti-unit-test-template/files/302768/simple-activiti.zip" rel="nofollow noopener noreferrer"&gt;https://github.com/Activiti/activiti-unit-test-template/files/302768/simple-activiti.zip&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jun 2016 06:16:22 GMT</pubDate>
    <dc:creator>pavitra</dc:creator>
    <dc:date>2016-06-08T06:16:22Z</dc:date>
    <item>
      <title>How to Run a process contentiously with 'N' number of requests ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-run-a-process-contentiously-with-n-number-of-requests/m-p/241031#M194161</link>
      <description>Hi,I am using activiti , I want to run my process contentiously, without intervention. I simulated the problem in sample. I am attaching this sample please change the database properties to work. My sample must work for contentiously for 'N' number of requests. I simulated by running 200 times in th</description>
      <pubDate>Wed, 08 Jun 2016 06:16:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-run-a-process-contentiously-with-n-number-of-requests/m-p/241031#M194161</guid>
      <dc:creator>pavitra</dc:creator>
      <dc:date>2016-06-08T06:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to Run a process contentiously with 'N' number of requests ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-run-a-process-contentiously-with-n-number-of-requests/m-p/241032#M194162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Any help ? &lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 10:39:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-run-a-process-contentiously-with-n-number-of-requests/m-p/241032#M194162</guid>
      <dc:creator>pavitra</dc:creator>
      <dc:date>2016-06-09T10:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to Run a process contentiously with 'N' number of requests ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-run-a-process-contentiously-with-n-number-of-requests/m-p/241033#M194163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;From the project I did not understand where is the issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you add some jUnit test with assertions there?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 10:40:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-run-a-process-contentiously-with-n-number-of-requests/m-p/241033#M194163</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2016-06-15T10:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to Run a process contentiously with 'N' number of requests ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-run-a-process-contentiously-with-n-number-of-requests/m-p/241034#M194164</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;Thanks for the reply, I have wirtten Test case for the above&amp;nbsp; sample program.Please find this link: &lt;/SPAN&gt;&lt;A href="https://github.com/Activiti/activiti-unit-test-template/commit/2f95b2ae46c411755f4d268343b68b9da604df02.I" rel="nofollow noopener noreferrer"&gt;https://github.com/Activiti/activiti-unit-test-template/commit/2f95b2ae46c411755f4d268343b68b9da604df02.I&lt;/A&gt;&lt;SPAN&gt; had written testcase without assertion. I want to run the process for n number of time without halt. I demonstrated by adding loop that runs for 1000 times.But it gets halt for 150 count, If i run again it halts for 161 etc..&amp;nbsp; ny onfiguration has to be done ? please let me know.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 07:58:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-run-a-process-contentiously-with-n-number-of-requests/m-p/241034#M194164</guid>
      <dc:creator>pavitra</dc:creator>
      <dc:date>2016-06-17T07:58:47Z</dc:date>
    </item>
  </channel>
</rss>

