<?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: Exception when deleting/canceling an activiti process instance in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/exception-when-deleting-canceling-an-activiti-process-instance/m-p/9439#M4204</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/46606"&gt;@emadhusam&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Have you found a solution to this problem? I have a similar situation and I'm looking for a solution. Thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 17 Dec 2020 20:08:38 GMT</pubDate>
    <dc:creator>jose_leon_coupa</dc:creator>
    <dc:date>2020-12-17T20:08:38Z</dc:date>
    <item>
      <title>Exception when deleting/canceling an activiti process instance</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/exception-when-deleting-canceling-an-activiti-process-instance/m-p/9438#M4203</link>
      <description>Hi,&amp;nbsp;I am using Alfresco One Enterprise with activiti.I created and published a couple of activity apps.&amp;nbsp;The apps includes some processes with javascript actions. When I started an instance of the processes I figured out that there are some errors in the scripts so I corrected the processes published</description>
      <pubDate>Fri, 19 Jul 2019 10:21:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/exception-when-deleting-canceling-an-activiti-process-instance/m-p/9438#M4203</guid>
      <dc:creator>emadhusam</dc:creator>
      <dc:date>2019-07-19T10:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Exception when deleting/canceling an activiti process instance</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/exception-when-deleting-canceling-an-activiti-process-instance/m-p/9439#M4204</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/46606"&gt;@emadhusam&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Have you found a solution to this problem? I have a similar situation and I'm looking for a solution. Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 20:08:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/exception-when-deleting-canceling-an-activiti-process-instance/m-p/9439#M4204</guid>
      <dc:creator>jose_leon_coupa</dc:creator>
      <dc:date>2020-12-17T20:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Exception when deleting/canceling an activiti process instance</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/exception-when-deleting-canceling-an-activiti-process-instance/m-p/9440#M4205</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;You have to delete the processes from the database first.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;whereas you have to replace X with the instance ID of the problematic instance:&lt;BR /&gt;&lt;BR /&gt;delete from ACT_EVT_LOG where proc_inst_id_ = 'X';&lt;BR /&gt;delete from ACT_RU_JOB where process_instance_id_ in (select id_ from ACT_RU_EXECUTION where proc_inst_id_ = 'X');&lt;BR /&gt;delete from ACT_RU_VARIABLE where proc_inst_id_ in (select id_ from ACT_RU_EXECUTION where proc_inst_id_ = 'X');&lt;BR /&gt;delete from ACT_GE_BYTEARRAY where id_ in (select id_ from ACT_RU_VARIABLE where proc_inst_id_ = 'X');&lt;BR /&gt;delete from ACT_RU_EVENT_SUBSCR where proc_inst_id_ = 'X';&lt;BR /&gt;delete from ACT_RU_IDENTITYLINK where proc_inst_id_ = 'X';&lt;BR /&gt;delete from ACT_RU_TASK where proc_inst_id_ = 'X';&lt;BR /&gt;&lt;BR /&gt;// Take the parent_id into account for subprocesses&lt;BR /&gt;delete from ACT_RU_EXECUTION where parent_id_ = 'X';&lt;BR /&gt;delete from ACT_RU_EXECUTION where proc_inst_id_ = 'X' or id_ = 'X';&lt;BR /&gt;delete from ACT_HI_ACTINST where proc_inst_id_ = 'X' or execution_id_ = 'X';&lt;BR /&gt;delete from ACT_HI_PROCINST where proc_inst_id_ = 'X' or id_ = 'X';&lt;BR /&gt;delete from ACT_HI_TASKINST where proc_inst_id_ = 'X' or id_ = 'X';&lt;BR /&gt;delete from ACT_HI_VARINST where proc_inst_id_ = 'X' or execution_id_ = 'X';&lt;BR /&gt;delete from ACT_HI_DETAIL where proc_inst_id_ = 'X' or execution_id_ = 'X';&lt;BR /&gt;delete from ACT_HI_IDENTITYLINK where proc_inst_id_ ='X';&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2020 07:58:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/exception-when-deleting-canceling-an-activiti-process-instance/m-p/9440#M4205</guid>
      <dc:creator>emadhusam</dc:creator>
      <dc:date>2020-12-18T07:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Exception when deleting/canceling an activiti process instance</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/exception-when-deleting-canceling-an-activiti-process-instance/m-p/9441#M4206</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/46606"&gt;@emadhusam&lt;/A&gt;&amp;nbsp;!&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2020 08:13:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/exception-when-deleting-canceling-an-activiti-process-instance/m-p/9441#M4206</guid>
      <dc:creator>jose_leon_coupa</dc:creator>
      <dc:date>2020-12-18T08:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Exception when deleting/canceling an activiti process instance</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/exception-when-deleting-canceling-an-activiti-process-instance/m-p/9442#M4207</link>
      <description>&lt;P&gt;You are welcome.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2020 08:15:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/exception-when-deleting-canceling-an-activiti-process-instance/m-p/9442#M4207</guid>
      <dc:creator>emadhusam</dc:creator>
      <dc:date>2020-12-18T08:15:29Z</dc:date>
    </item>
  </channel>
</rss>

