<?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: Problem with 'Get Process Instance Details' Java API in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-get-process-instance-details-java-api/m-p/163318#M117121</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That's right, you have to use the HistoricTaskInstanceQuery to get a list of tasks related to a process instance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Aug 2013 06:52:55 GMT</pubDate>
    <dc:creator>trademak</dc:creator>
    <dc:date>2013-08-21T06:52:55Z</dc:date>
    <item>
      <title>Problem with 'Get Process Instance Details' Java API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-get-process-instance-details-java-api/m-p/163317#M117120</link>
      <description>I am using Activiti 5.12. You have provided REST API to get he details of a process instance, i.e :GET /process-instance/{processInstanceId}Response :&amp;lt;code&amp;gt;{&amp;nbsp;&amp;nbsp;&amp;nbsp; "id": "2",&amp;nbsp;&amp;nbsp;&amp;nbsp; "processDefinitionId": "financialReport:1",&amp;nbsp;&amp;nbsp;&amp;nbsp; "businessKey": "55",&amp;nbsp;&amp;nbsp;&amp;nbsp; "startTime": "2010-10-13T14:54:26.750+02:00",&amp;nbsp;&amp;nbsp;&amp;nbsp;</description>
      <pubDate>Tue, 20 Aug 2013 11:39:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-get-process-instance-details-java-api/m-p/163317#M117120</guid>
      <dc:creator>madhusudanjoshi</dc:creator>
      <dc:date>2013-08-20T11:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with 'Get Process Instance Details' Java API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-get-process-instance-details-java-api/m-p/163318#M117121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That's right, you have to use the HistoricTaskInstanceQuery to get a list of tasks related to a process instance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 06:52:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-get-process-instance-details-java-api/m-p/163318#M117121</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2013-08-21T06:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with 'Get Process Instance Details' Java API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-get-process-instance-details-java-api/m-p/163319#M117122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks trademak.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;List&amp;lt;HistoricTaskIntance&amp;gt; taskList = getHistoryService()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; .createHistoricTaskInstanceQuery()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; .processInstanceId(processInstanceId)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; .list()&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Iterated through This task list and finding if any of its task end time is "null".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That is one way or directly accessing the db "act_hi_taskinst" to get the task.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 13:15:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-get-process-instance-details-java-api/m-p/163319#M117122</guid>
      <dc:creator>madhusudanjoshi</dc:creator>
      <dc:date>2013-08-23T13:15:30Z</dc:date>
    </item>
  </channel>
</rss>

