<?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: Query all process instances with pending tasks for a candidate in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/query-all-process-instances-with-pending-tasks-for-a-candidate/m-p/205433#M158563</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Looking forward to it!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Nov 2014 19:29:30 GMT</pubDate>
    <dc:creator>jbarrez</dc:creator>
    <dc:date>2014-11-18T19:29:30Z</dc:date>
    <item>
      <title>Query all process instances with pending tasks for a candidate</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/query-all-process-instances-with-pending-tasks-for-a-candidate/m-p/205428#M158558</link>
      <description>Hi. How can I query all Process Instances that have pending tasks related to a user?I'm using this statement:List&amp;lt;ProcessInstance&amp;gt; instances = runtimeService&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.createProcessInstanceQuery()&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.involvedUser(login)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.active()&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.list();‍‍‍‍‍‍‍But it gets only instances t</description>
      <pubDate>Mon, 03 Nov 2014 11:50:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/query-all-process-instances-with-pending-tasks-for-a-candidate/m-p/205428#M158558</guid>
      <dc:creator>edufrazao</dc:creator>
      <dc:date>2014-11-03T11:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Query all process instances with pending tasks for a candidate</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/query-all-process-instances-with-pending-tasks-for-a-candidate/m-p/205429#M158559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That's not possible currently with the out of the box query api. You will need a native query if you need it right now.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 09:45:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/query-all-process-instances-with-pending-tasks-for-a-candidate/m-p/205429#M158559</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-11-05T09:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Query all process instances with pending tasks for a candidate</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/query-all-process-instances-with-pending-tasks-for-a-candidate/m-p/205430#M158560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your Jbarrez. I will implement it as a native query. Do you think that can be a useful enchancement to the query API that justifies a ticket?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 11:41:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/query-all-process-instances-with-pending-tasks-for-a-candidate/m-p/205430#M158560</guid>
      <dc:creator>edufrazao</dc:creator>
      <dc:date>2014-11-05T11:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Query all process instances with pending tasks for a candidate</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/query-all-process-instances-with-pending-tasks-for-a-candidate/m-p/205431#M158561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sure thing, all input is valid input. But I have no idea when it will be prioritised though.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Always more than welcome to create a pull request &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 10:23:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/query-all-process-instances-with-pending-tasks-for-a-candidate/m-p/205431#M158561</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-11-10T10:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Query all process instances with pending tasks for a candidate</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/query-all-process-instances-with-pending-tasks-for-a-candidate/m-p/205432#M158562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not very familiar with Activiti yet. I'm starting to learn it right now, but I will study the Query API, and create a pull request for your approval, and post the enchancement ticket here.!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 13:04:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/query-all-process-instances-with-pending-tasks-for-a-candidate/m-p/205432#M158562</guid>
      <dc:creator>edufrazao</dc:creator>
      <dc:date>2014-11-10T13:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Query all process instances with pending tasks for a candidate</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/query-all-process-instances-with-pending-tasks-for-a-candidate/m-p/205433#M158563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Looking forward to it!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 19:29:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/query-all-process-instances-with-pending-tasks-for-a-candidate/m-p/205433#M158563</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-11-18T19:29:30Z</dc:date>
    </item>
  </channel>
</rss>

