<?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: Tasks candidate group with assigned user in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/tasks-candidate-group-with-assigned-user/m-p/163732#M117513</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK, I solved the problem using createNativeTaskQuery().&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I use Oracle database.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;taskService.createNativeTaskQuery().sql("SELECT task.* FROM ACT_RU_TASK task, ACT_RU_IDENTITYLINK link WHERE task.ID_ = link.TASK_ID_ AND link.GROUP_ID_ IN(" + candidateGroupList + ")").list()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Where 'candidateGroupList' is a String variable containing the groups to search, separated by commas.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good day.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Oct 2013 10:03:33 GMT</pubDate>
    <dc:creator>aitor</dc:creator>
    <dc:date>2013-10-10T10:03:33Z</dc:date>
    <item>
      <title>Tasks candidate group with assigned user</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tasks-candidate-group-with-assigned-user/m-p/163731#M117512</link>
      <description>How I can get the list of tasks that have a candidate group regardless of whether the tasks are assigned user or not?The method activitiRule.getTaskService().CreateTaskQuery().TaskCandidateGroup("sales");‍ ignores the assigned tasks. In my application all users belonging to a group have read permiss</description>
      <pubDate>Thu, 10 Oct 2013 09:11:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tasks-candidate-group-with-assigned-user/m-p/163731#M117512</guid>
      <dc:creator>aitor</dc:creator>
      <dc:date>2013-10-10T09:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Tasks candidate group with assigned user</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tasks-candidate-group-with-assigned-user/m-p/163732#M117513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK, I solved the problem using createNativeTaskQuery().&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I use Oracle database.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;taskService.createNativeTaskQuery().sql("SELECT task.* FROM ACT_RU_TASK task, ACT_RU_IDENTITYLINK link WHERE task.ID_ = link.TASK_ID_ AND link.GROUP_ID_ IN(" + candidateGroupList + ")").list()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Where 'candidateGroupList' is a String variable containing the groups to search, separated by commas.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good day.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 10:03:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tasks-candidate-group-with-assigned-user/m-p/163732#M117513</guid>
      <dc:creator>aitor</dc:creator>
      <dc:date>2013-10-10T10:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Tasks candidate group with assigned user</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tasks-candidate-group-with-assigned-user/m-p/163733#M117514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;we can combine the list returned by,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;taskService.createTaskQuery().taskAssignee(userId).list();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;taskService.createTaskQuery().taskCandidateGroup(userGroup).list();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is that make sense?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 12:57:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tasks-candidate-group-with-assigned-user/m-p/163733#M117514</guid>
      <dc:creator>udayakumar_p</dc:creator>
      <dc:date>2014-10-28T12:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Tasks candidate group with assigned user</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tasks-candidate-group-with-assigned-user/m-p/163734#M117515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;any non native query solution for taskCandidateGroupIn ? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any way to get something like taskAssigneeIn(userList) ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 14:14:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tasks-candidate-group-with-assigned-user/m-p/163734#M117515</guid>
      <dc:creator>hybaken</dc:creator>
      <dc:date>2014-11-20T14:14:55Z</dc:date>
    </item>
  </channel>
</rss>

