<?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 How to get all completed user tasks with main process instance Id. in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-all-completed-user-tasks-with-main-process-instance/m-p/150225#M105113</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;SPAN&gt;We are using Activiti 5.13 and Workflow is defined with a main process and sub-processes.&amp;nbsp; We want to retrieve all completed user tasks&amp;nbsp; along with main process instance id( sub-process instance ids are already included), is there any way to get these results?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Oct 2013 16:12:59 GMT</pubDate>
    <dc:creator>kusam_activiti</dc:creator>
    <dc:date>2013-10-28T16:12:59Z</dc:date>
    <item>
      <title>How to get all completed user tasks with main process instance Id.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-all-completed-user-tasks-with-main-process-instance/m-p/150225#M105113</link>
      <description>Hi,We are using Activiti 5.13 and Workflow is defined with a main process and sub-processes.&amp;nbsp; We want to retrieve all completed user tasks&amp;nbsp; along with main process instance id( sub-process instance ids are already included), is there any way to get these results?Thanks for your help.</description>
      <pubDate>Mon, 28 Oct 2013 16:12:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-all-completed-user-tasks-with-main-process-instance/m-p/150225#M105113</guid>
      <dc:creator>kusam_activiti</dc:creator>
      <dc:date>2013-10-28T16:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to get all completed user tasks with main process instance Id.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-all-completed-user-tasks-with-main-process-instance/m-p/150226#M105114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;And the user tasks are part of the sub process? You can get a list of completed user tasks using the HistoryService.&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>Thu, 31 Oct 2013 09:50:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-all-completed-user-tasks-with-main-process-instance/m-p/150226#M105114</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2013-10-31T09:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to get all completed user tasks with main process instance Id.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-all-completed-user-tasks-with-main-process-instance/m-p/150227#M105115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;how can i get the username who instantiated the process?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had executed the below query&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;SELECT * FROM activiti.act_ru_identitylink;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and this is the result&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;'25', '1', 'employee', 'candidate', NULL, '24'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;User id is NULL&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if i get the process instance id, i can get the details for particular user from teh ACT_HI_PROCINST .&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in Advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pradeep M&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 08:49:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-all-completed-user-tasks-with-main-process-instance/m-p/150227#M105115</guid>
      <dc:creator>pradeep_mulimat</dc:creator>
      <dc:date>2014-02-04T08:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to get all completed user tasks with main process instance Id.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-all-completed-user-tasks-with-main-process-instance/m-p/150228#M105116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When you specify an activiti:initiator attribute on the start event then this will be used to store the username of the person who started the process in the defined process variable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You also have to make sure that Authentication.setAuthenticatedUserId is invoked before starting the process instance as well for the username to be known.&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>Tue, 04 Feb 2014 13:09:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-all-completed-user-tasks-with-main-process-instance/m-p/150228#M105116</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2014-02-04T13:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to get all completed user tasks with main process instance Id.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-all-completed-user-tasks-with-main-process-instance/m-p/150229#M105117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Tijs Rademakers &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;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 04:40:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-all-completed-user-tasks-with-main-process-instance/m-p/150229#M105117</guid>
      <dc:creator>pradeep_mulimat</dc:creator>
      <dc:date>2014-02-05T04:40:59Z</dc:date>
    </item>
  </channel>
</rss>

