<?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: Subprocess Starts again and again ? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/subprocess-starts-again-and-again/m-p/111194#M78181</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;if your subprocess is async/transactional, I it might be that the 'jobexecutor', responsible for async things, retries it if it takes more than 5 minutes..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Jun 2012 13:56:48 GMT</pubDate>
    <dc:creator>ronald_van_kuij</dc:creator>
    <dc:date>2012-06-04T13:56:48Z</dc:date>
    <item>
      <title>Subprocess Starts again and again ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/subprocess-starts-again-and-again/m-p/111191#M78178</link>
      <description>Hello everybody,I am experiencing a very strange error here:My Main-Process should start a Subprocess and after that has finished, the Main-Process should just exit.The Subprocess is a very long running one, and after some time, the Main-process seems to be starting the Subprocess again. And after s</description>
      <pubDate>Fri, 01 Jun 2012 12:06:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/subprocess-starts-again-and-again/m-p/111191#M78178</guid>
      <dc:creator>danielbreitner</dc:creator>
      <dc:date>2012-06-01T12:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: Subprocess Starts again and again ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/subprocess-starts-again-and-again/m-p/111192#M78179</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;This is not information to say anything about your problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you see any errors in the log? Is there a specific point in time when the sub process is started again?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you have a timer event defined in the main process?&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>Mon, 04 Jun 2012 07:12:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/subprocess-starts-again-and-again/m-p/111192#M78179</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2012-06-04T07:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: Subprocess Starts again and again ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/subprocess-starts-again-and-again/m-p/111193#M78180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, thanks for your answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I´ve attached the process image.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The process creates a UserTask and programmatically this UserTask is "completed". &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The next step is that a ServiceTask is called which performs certain actions and after that the SubSprocess is started.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Now comes the weird thing: The SubProcess, and only the SubProcess is instantiated again and again.&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Note: Note the complete process after completing the UserTask, not the ServiceTask - only the SubProcess.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is no timer, and I can see in the process structure, that the parent of the SubProcess is always the same.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2012 07:34:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/subprocess-starts-again-and-again/m-p/111193#M78180</guid>
      <dc:creator>danielbreitner</dc:creator>
      <dc:date>2012-06-04T07:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Subprocess Starts again and again ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/subprocess-starts-again-and-again/m-p/111194#M78181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;if your subprocess is async/transactional, I it might be that the 'jobexecutor', responsible for async things, retries it if it takes more than 5 minutes..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2012 13:56:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/subprocess-starts-again-and-again/m-p/111194#M78181</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2012-06-04T13:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Subprocess Starts again and again ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/subprocess-starts-again-and-again/m-p/111195#M78182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried it with sync and async if I recall correctly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I will test that again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you know if there is a way to configure that jobexecutor to ignore long-running processes ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Our processes sometimes run up to 5 days …&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2012 14:13:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/subprocess-starts-again-and-again/m-p/111195#M78182</guid>
      <dc:creator>danielbreitner</dc:creator>
      <dc:date>2012-06-04T14:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Subprocess Starts again and again ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/subprocess-starts-again-and-again/m-p/111196#M78183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The jobexecutor should afaik not be involved if it is non-async. But it still might if the subprocess is transactional. No clue for a solution then&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2012 14:49:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/subprocess-starts-again-and-again/m-p/111196#M78183</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2012-06-04T14:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Subprocess Starts again and again ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/subprocess-starts-again-and-again/m-p/111197#M78184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you know how I can find out whether the subprocess is transactional ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or do you know a way for the newly created subprocess to terminate itself if another process already exists ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2012 14:58:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/subprocess-starts-again-and-again/m-p/111197#M78184</guid>
      <dc:creator>danielbreitner</dc:creator>
      <dc:date>2012-06-04T14:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: Subprocess Starts again and again ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/subprocess-starts-again-and-again/m-p/111198#M78185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, this thread can be closed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It was in fact the JobExecutor and the task was set to async.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This doesn´t free me from all of my problems, but this particular one is solved.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2012 07:20:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/subprocess-starts-again-and-again/m-p/111198#M78185</guid>
      <dc:creator>danielbreitner</dc:creator>
      <dc:date>2012-06-05T07:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Subprocess Starts again and again ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/subprocess-starts-again-and-again/m-p/111199#M78186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks for reporting back….&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2012 08:06:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/subprocess-starts-again-and-again/m-p/111199#M78186</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2012-06-05T08:06:35Z</dc:date>
    </item>
  </channel>
</rss>

