<?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: ActivitiObjectNotFoundException in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/activitiobjectnotfoundexception/m-p/202614#M155744</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In case there is a boundary timer-event on the user-task, which deleted the task OR if another thread completed the task. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;org.activiti.engine.ActivitiObjectNotFoundException is a typed exception, meant specifically for these kind of usecases… You can catch it and ignore the task, for example… If you REALLY don't want this, force your DB/transaction to have "Repeatable reads" isolation-level and ensure all API-calls are done in the same transaction if you're okay with phantom task reads (the task is gone, so the data is stale) and slower performance…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Jul 2014 08:27:10 GMT</pubDate>
    <dc:creator>frederikherema1</dc:creator>
    <dc:date>2014-07-25T08:27:10Z</dc:date>
    <item>
      <title>ActivitiObjectNotFoundException</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activitiobjectnotfoundexception/m-p/202613#M155743</link>
      <description>I have the following code, which throws "org.activiti.engine.ActivitiObjectNotFoundException: task 1298828 doesn't exist". If taskService.createTaskQuery() returns a task, how can taskService.getVariableLocal() say milliseconds later that such task doesn't exist? Any ideas?List&amp;lt;Task&amp;gt; tasks = t</description>
      <pubDate>Thu, 24 Jul 2014 14:45:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activitiobjectnotfoundexception/m-p/202613#M155743</guid>
      <dc:creator>risto45</dc:creator>
      <dc:date>2014-07-24T14:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: ActivitiObjectNotFoundException</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activitiobjectnotfoundexception/m-p/202614#M155744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In case there is a boundary timer-event on the user-task, which deleted the task OR if another thread completed the task. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;org.activiti.engine.ActivitiObjectNotFoundException is a typed exception, meant specifically for these kind of usecases… You can catch it and ignore the task, for example… If you REALLY don't want this, force your DB/transaction to have "Repeatable reads" isolation-level and ensure all API-calls are done in the same transaction if you're okay with phantom task reads (the task is gone, so the data is stale) and slower performance…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2014 08:27:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activitiobjectnotfoundexception/m-p/202614#M155744</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2014-07-25T08:27:10Z</dc:date>
    </item>
  </channel>
</rss>

