<?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: Execution doesn't exist in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/execution-doesn-t-exist/m-p/197782#M150912</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;BLOCKQUOTE class="jive-quote"&gt;org.activiti.engine.ActivitiException: execution 134401 doesn't exist&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible that process instances has ended between&amp;nbsp; query and get variable?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;roll-back functionality&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I do not know which event handler you mean. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you create jUnit test?&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>Tue, 24 Jun 2014 06:27:18 GMT</pubDate>
    <dc:creator>martin_grofcik</dc:creator>
    <dc:date>2014-06-24T06:27:18Z</dc:date>
    <item>
      <title>Execution doesn't exist</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/execution-doesn-t-exist/m-p/197781#M150911</link>
      <description>Hello,I rarely get following exception when running the activiti flow&lt;IMG id="smileyfrustrated" class="emoticon emoticon-smileyfrustrated" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-frustrated.png" alt="Smiley Frustrated" title="Smiley Frustrated" /&gt;EVERE: exception during timer executionorg.activiti.engine.ActivitiException: Error while evalutaing expression&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.activiti.engine.impl.el.JuelExpression.getValue(JuelExpression.java:59)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.activiti.engine.i</description>
      <pubDate>Mon, 23 Jun 2014 16:19:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/execution-doesn-t-exist/m-p/197781#M150911</guid>
      <dc:creator>zaiteki</dc:creator>
      <dc:date>2014-06-23T16:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Execution doesn't exist</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/execution-doesn-t-exist/m-p/197782#M150912</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;BLOCKQUOTE class="jive-quote"&gt;org.activiti.engine.ActivitiException: execution 134401 doesn't exist&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible that process instances has ended between&amp;nbsp; query and get variable?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;roll-back functionality&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I do not know which event handler you mean. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you create jUnit test?&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>Tue, 24 Jun 2014 06:27:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/execution-doesn-t-exist/m-p/197782#M150912</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2014-06-24T06:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Execution doesn't exist</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/execution-doesn-t-exist/m-p/197783#M150913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I do not know which event handler you mean.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;I meant the java code processing flow events, I called it event handler &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; e.g.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;serviceTask id="Exited" name="Exited" activiti:expression="${events.exited(entityId)}"&amp;gt;&amp;lt;/serviceTask&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Is it possible that process instances has ended between query and get variable?&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;It shouldn't, it is an user task with a timer boundary event attached. The timer moves the flow to the "Exited" state, where it tries to update some variables and fails.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 08:10:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/execution-doesn-t-exist/m-p/197783#M150913</guid>
      <dc:creator>zaiteki</dc:creator>
      <dc:date>2014-06-24T08:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Execution doesn't exist</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/execution-doesn-t-exist/m-p/197784#M150914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Very strange. The error is thrown when the execution indeed is not in the db … so something is moving the execution forwards.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do tyou hava an @Transactional around your logic? Otherwise there will be two transactions for the snippet of codeyou posted.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2014 09:33:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/execution-doesn-t-exist/m-p/197784#M150914</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-07-04T09:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Execution doesn't exist</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/execution-doesn-t-exist/m-p/197785#M150915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am getting similar error: &amp;lt;code&amp;gt;org.activiti.engine.ActivitiObjectNotFoundException: execution 447505 doesn't exist &amp;lt;/code&amp;gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could anyone clarify on this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 12:51:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/execution-doesn-t-exist/m-p/197785#M150915</guid>
      <dc:creator>abhishek1</dc:creator>
      <dc:date>2015-07-21T12:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Execution doesn't exist</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/execution-doesn-t-exist/m-p/197786#M150916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not with that little amount of context. I can only tell you that execution 447505 is not there, but it was expected to be there.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 09:33:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/execution-doesn-t-exist/m-p/197786#M150916</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-07-23T09:33:45Z</dc:date>
    </item>
  </channel>
</rss>

