<?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: Retrieving assigned-task candidate  to a group in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/retrieving-assigned-task-candidate-to-a-group/m-p/116642#M82314</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As workaround I set a variableLocal associate to the assigned task and run a task query for the variable. In my case setting the """assigneeGroup""" is efficient.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt; taskService.setVariableLocal(String taskId, String variableName, Object value)&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt; taskService.createTaskQuery().taskVariableValueEquals(String variableName, Object variableValue).list()&lt;/CODE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 May 2012 11:43:15 GMT</pubDate>
    <dc:creator>vlagorce</dc:creator>
    <dc:date>2012-05-24T11:43:15Z</dc:date>
    <item>
      <title>Retrieving assigned-task candidate  to a group</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/retrieving-assigned-task-candidate-to-a-group/m-p/116639#M82311</link>
      <description>I need to find all the task assigned or not candidate to one or many groups.http://jira.codehaus.org/browse/ACT-1214As shown in Jira the sql statement explicitly exclude assigned task. Is there a way to workaround this issue.</description>
      <pubDate>Mon, 21 May 2012 09:02:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/retrieving-assigned-task-candidate-to-a-group/m-p/116639#M82311</guid>
      <dc:creator>vlagorce</dc:creator>
      <dc:date>2012-05-21T09:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving assigned-task candidate  to a group</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/retrieving-assigned-task-candidate-to-a-group/m-p/116640#M82312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I asked a closely related question a few days ago: &lt;/SPAN&gt;&lt;A href="http://forums.activiti.org/en/viewtopic.php?f=6&amp;amp;t=3965" rel="nofollow noopener noreferrer"&gt;http://forums.activiti.org/en/viewtopic.php?f=6&amp;amp;t=3965&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No answers so far. It would be great if someone could reply to this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 09:15:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/retrieving-assigned-task-candidate-to-a-group/m-p/116640#M82312</guid>
      <dc:creator>faloan</dc:creator>
      <dc:date>2012-05-21T09:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving assigned-task candidate  to a group</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/retrieving-assigned-task-candidate-to-a-group/m-p/116641#M82313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry I didn't make a new search in the forum since I post the case in JIRA.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's more than closely related, we have the same need ; Vote for the issue.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 09:25:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/retrieving-assigned-task-candidate-to-a-group/m-p/116641#M82313</guid>
      <dc:creator>vlagorce</dc:creator>
      <dc:date>2012-05-21T09:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving assigned-task candidate  to a group</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/retrieving-assigned-task-candidate-to-a-group/m-p/116642#M82314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As workaround I set a variableLocal associate to the assigned task and run a task query for the variable. In my case setting the """assigneeGroup""" is efficient.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt; taskService.setVariableLocal(String taskId, String variableName, Object value)&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt; taskService.createTaskQuery().taskVariableValueEquals(String variableName, Object variableValue).list()&lt;/CODE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2012 11:43:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/retrieving-assigned-task-candidate-to-a-group/m-p/116642#M82314</guid>
      <dc:creator>vlagorce</dc:creator>
      <dc:date>2012-05-24T11:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving assigned-task candidate  to a group</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/retrieving-assigned-task-candidate-to-a-group/m-p/116643#M82315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I need to do exactly the same.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 06:01:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/retrieving-assigned-task-candidate-to-a-group/m-p/116643#M82315</guid>
      <dc:creator>conics</dc:creator>
      <dc:date>2014-01-24T06:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving assigned-task candidate  to a group</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/retrieving-assigned-task-candidate-to-a-group/m-p/116644#M82316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;An alternative is always, if the API doesn't give what you need, to write a custom query: &lt;/SPAN&gt;&lt;A href="http://www.jorambarrez.be/blog/2014/01/17/execute-custom-sql-in-activiti/" rel="nofollow noopener noreferrer"&gt;http://www.jorambarrez.be/blog/2014/01/17/execute-custom-sql-in-activiti/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 09:51:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/retrieving-assigned-task-candidate-to-a-group/m-p/116644#M82316</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-01-28T09:51:50Z</dc:date>
    </item>
  </channel>
</rss>

