<?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: Parallel Gateway stuck on Join in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/parallel-gateway-stuck-on-join/m-p/174180#M127310</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you. I have been able to reconstruct the task&amp;nbsp; (T3) by creating records on the following tables:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;* act_ru_execution (2 records, one for main execution &amp;amp; parallel execution)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* act_ru_task (1 record)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems the process continue normally after I completed the task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is that safe to do or is there any other table that I need to update/insert?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 May 2014 09:11:30 GMT</pubDate>
    <dc:creator>nsaputro</dc:creator>
    <dc:date>2014-05-20T09:11:30Z</dc:date>
    <item>
      <title>Parallel Gateway stuck on Join</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/parallel-gateway-stuck-on-join/m-p/174178#M127308</link>
      <description>Hi All,I have a problem where process is stuck in&amp;nbsp; parallel gateway join step waiting execution (task) that is already cancelled by boundary timer&amp;lt;blockcode&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [+] Parallel fork&amp;nbsp;&amp;nbsp; /&amp;nbsp;&amp;nbsp;&amp;nbsp; |&amp;nbsp;&amp;nbsp; \ T1&amp;nbsp;&amp;nbsp; T2&amp;nbsp;&amp;nbsp;&amp;nbsp; T3 (T3 has a boundary timer that executes a service task when it is due)&amp;nbsp;&amp;nbsp; \&amp;nbsp;&amp;nbsp;&amp;nbsp; |&amp;nbsp;&amp;nbsp;&amp;nbsp; /&amp;nbsp;&amp;nbsp;&amp;nbsp;</description>
      <pubDate>Tue, 20 May 2014 07:35:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/parallel-gateway-stuck-on-join/m-p/174178#M127308</guid>
      <dc:creator>nsaputro</dc:creator>
      <dc:date>2014-05-20T07:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Gateway stuck on Join</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/parallel-gateway-stuck-on-join/m-p/174179#M127309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&amp;gt; Is there any workaround to at least continue the running processes ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You could try to 'fix' the execution tree yourself, by looking at the processes that are doing the right behaviour, and fixing, using sql, the execution rows to move it past the join. Do not that this is not an easy task, especially if this is production :s&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2014 08:29:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/parallel-gateway-stuck-on-join/m-p/174179#M127309</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-05-20T08:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Gateway stuck on Join</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/parallel-gateway-stuck-on-join/m-p/174180#M127310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you. I have been able to reconstruct the task&amp;nbsp; (T3) by creating records on the following tables:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;* act_ru_execution (2 records, one for main execution &amp;amp; parallel execution)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* act_ru_task (1 record)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems the process continue normally after I completed the task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is that safe to do or is there any other table that I need to update/insert?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2014 09:11:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/parallel-gateway-stuck-on-join/m-p/174180#M127310</guid>
      <dc:creator>nsaputro</dc:creator>
      <dc:date>2014-05-20T09:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Gateway stuck on Join</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/parallel-gateway-stuck-on-join/m-p/174181#M127311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If the process is simple enough as you describe (only joining two tasks) it should be only that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It is 'safe' in the sense that you can always go in the db again and fix it manually &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Activiti does not cache anything around executions or runtime state, so that won't cause a problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To be sure you could write a unit test that executes the new process, and see what database differences there are with the old version.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 08:55:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/parallel-gateway-stuck-on-join/m-p/174181#M127311</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-05-21T08:55:46Z</dc:date>
    </item>
  </channel>
</rss>

