<?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: Can't find process history in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/can-t-find-process-history/m-p/13191#M5827</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the hint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can certainly see more detail via the API. However, I'm only seeing user tasks though via the task history? Also, when I go back and look in the db after the process has completed there is still nothing for that process instance. I would've expect the commit to have occurred by then.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 09 Dec 2018 11:04:09 GMT</pubDate>
    <dc:creator>navitect</dc:creator>
    <dc:date>2018-12-09T11:04:09Z</dc:date>
    <item>
      <title>Can't find process history</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/can-t-find-process-history/m-p/13189#M5825</link>
      <description>Hi,I'm trying to build an SQL query to pull out the audit trail of my processes, both during and after completion. I can only find the process instance data (ACT_HI_PROCINST) in the history tables but not the history of tasks (ACT_HI_TASKINST) and execution (ACT_HI_ACTINST). I can see the details in</description>
      <pubDate>Wed, 28 Nov 2018 13:59:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/can-t-find-process-history/m-p/13189#M5825</guid>
      <dc:creator>navitect</dc:creator>
      <dc:date>2018-11-28T13:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Can't find process history</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/can-t-find-process-history/m-p/13190#M5826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried using the API to create queries on the executing and historic processes, to see what the engine thinks is going on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a vague recollection of hitting a similar problem some years ago with V5, where I was doing something that was delaying the transactions from committing -&amp;nbsp;and the API queries allowed me to see where my problem was. What version are you on ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2018 17:44:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/can-t-find-process-history/m-p/13190#M5826</guid>
      <dc:creator>pault</dc:creator>
      <dc:date>2018-11-28T17:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can't find process history</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/can-t-find-process-history/m-p/13191#M5827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the hint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can certainly see more detail via the API. However, I'm only seeing user tasks though via the task history? Also, when I go back and look in the db after the process has completed there is still nothing for that process instance. I would've expect the commit to have occurred by then.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Dec 2018 11:04:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/can-t-find-process-history/m-p/13191#M5827</guid>
      <dc:creator>navitect</dc:creator>
      <dc:date>2018-12-09T11:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Can't find process history</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/can-t-find-process-history/m-p/13192#M5828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One thought. If a transaction roll back was occuring of course data would not be committed. Are you sure your tasks are sucessfully completing ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just had an issue with a process that wasn't doing what I expected. It was using a java service task with my code in it, which I suspected was causing the issue. When I put trace statements at the start and end of the process I saw it wasn't completing and a transaction timeout &amp;amp; roll back&amp;nbsp;looked to be occuring.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Dec 2018 13:55:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/can-t-find-process-history/m-p/13192#M5828</guid>
      <dc:creator>pault</dc:creator>
      <dc:date>2018-12-09T13:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: Can't find process history</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/can-t-find-process-history/m-p/13193#M5829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe so, the process completes to the end. There's a couple of script tasks that definitely complete as they display an output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought it would be straightforward to pull off a full audit trail of a process. Seems this may not be the case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2018 14:00:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/can-t-find-process-history/m-p/13193#M5829</guid>
      <dc:creator>navitect</dc:creator>
      <dc:date>2018-12-11T14:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Can't find process history</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/can-t-find-process-history/m-p/13194#M5830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I eventually solved this. There was an error in my SQL statement, which was completing successfully despite the missing " ' ", with 0 rows!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2019 01:04:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/can-t-find-process-history/m-p/13194#M5830</guid>
      <dc:creator>navitect</dc:creator>
      <dc:date>2019-02-06T01:04:17Z</dc:date>
    </item>
  </channel>
</rss>

