<?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 More on HistoricProcessInstanceQuery issue in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/more-on-historicprocessinstancequery-issue/m-p/24687#M12107</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It seems to be not as simple as just the finished() method not working. The results seem to depend on what was called previouslly - or I really am missing something obvious here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The code :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;System.out.println("Total Historic Processes = "+piHistory.count());&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;System.out.println("Processes in progress = "+piHistory.unfinished().count());&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;System.out.println("Total Historic Processes = "+piHistory.count());&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Produces the following output :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Total Historic Processes = 2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Processes in progress = 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Total Historic Processes = 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would not expect the total number of historic processes ever to go down ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Dec 2010 16:35:43 GMT</pubDate>
    <dc:creator>pault</dc:creator>
    <dc:date>2010-12-10T16:35:43Z</dc:date>
    <item>
      <title>More on HistoricProcessInstanceQuery issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/more-on-historicprocessinstancequery-issue/m-p/24687#M12107</link>
      <description>It seems to be not as simple as just the finished() method not working. The results seem to depend on what was called previouslly - or I really am missing something obvious here.The code :&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;System.out.println("Total Historic Processes = "+piHistory.count());&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;System.out.println("Processes in</description>
      <pubDate>Fri, 10 Dec 2010 16:35:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/more-on-historicprocessinstancequery-issue/m-p/24687#M12107</guid>
      <dc:creator>pault</dc:creator>
      <dc:date>2010-12-10T16:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: More on HistoricProcessInstanceQuery issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/more-on-historicprocessinstancequery-issue/m-p/24688#M12108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Paul… I see you are re-using the object instance 'piHistory' tree times. When you use "unfinished", the query instance will ALWAYS return the unfinished processes, in other words, the HistoricProcessQuery (and all queries in our API) are statefull.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What you want do do, should look like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;&lt;BR /&gt;System.out.println("Total Historic Processes = "+historyService.createHistoricProcessInstanceQuery().count());&lt;BR /&gt;System.out.println("Processes in progress = "+historyService.createHistoricProcessInstanceQuery().unfinished().count());&lt;BR /&gt;System.out.println("Total Historic Processes = "+historyService.createHistoricProcessInstanceQuery().count());&lt;BR /&gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2010 17:57:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/more-on-historicprocessinstancequery-issue/m-p/24688#M12108</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2010-12-10T17:57:08Z</dc:date>
    </item>
  </channel>
</rss>

