<?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: How to get Claimed Task by using taskCandidateGroup ? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-claimed-task-by-using-taskcandidategroup/m-p/60807#M37640</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Read his requirement frankee787. He wants the MANAGER of the group to see these tasks. E.g. to be able to reassign them in case of illness. He never mentioned using it for normal users. Very valid usease I think&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 21 Aug 2011 16:32:09 GMT</pubDate>
    <dc:creator>ronald_van_kuij</dc:creator>
    <dc:date>2011-08-21T16:32:09Z</dc:date>
    <item>
      <title>How to get Claimed Task by using taskCandidateGroup ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-claimed-task-by-using-taskcandidategroup/m-p/60803#M37636</link>
      <description>Hi community,Hi, i have a task which candidate group is "manager".I can get the task by calling taskService.createTaskQuery().taskCandidateGroup("manager").list();However, if one of the manager, lets say "peter", claimed the taskI can no longer get the task by taskCandidateGroup, only by taskAssigne</description>
      <pubDate>Fri, 19 Aug 2011 09:21:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-claimed-task-by-using-taskcandidategroup/m-p/60803#M37636</guid>
      <dc:creator>tomcheng76</dc:creator>
      <dc:date>2011-08-19T09:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Claimed Task by using taskCandidateGroup ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-claimed-task-by-using-taskcandidategroup/m-p/60804#M37637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;By editing activiti-engine-5.6.jar\org\activiti\db\mapping\entity\Task.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;remove the line&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;217a218&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and T.ASSIGNEE_ is null&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is solved…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;may be activiti team can change the method to taskCandidateGroup(boolean include_claim_task)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not sure the impact of changing that line though, is it safe ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any better solutions ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 10:33:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-claimed-task-by-using-taskcandidategroup/m-p/60804#M37637</guid>
      <dc:creator>tomcheng76</dc:creator>
      <dc:date>2011-08-19T10:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Claimed Task by using taskCandidateGroup ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-claimed-task-by-using-taskcandidategroup/m-p/60805#M37638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;should be a new method, with a new query. Changing this query is a no-go&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 10:34:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-claimed-task-by-using-taskcandidategroup/m-p/60805#M37638</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-08-19T10:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Claimed Task by using taskCandidateGroup ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-claimed-task-by-using-taskcandidategroup/m-p/60806#M37639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Why do you want to get the tasks once it has been claimed by someone in the Group. Doesnt it cause more problem by retrieving that task. I believe (if needed at all) it should be a new query altogether with a more distinguishing name.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Aug 2011 09:02:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-claimed-task-by-using-taskcandidategroup/m-p/60806#M37639</guid>
      <dc:creator>frankee787</dc:creator>
      <dc:date>2011-08-21T09:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Claimed Task by using taskCandidateGroup ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-claimed-task-by-using-taskcandidategroup/m-p/60807#M37640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Read his requirement frankee787. He wants the MANAGER of the group to see these tasks. E.g. to be able to reassign them in case of illness. He never mentioned using it for normal users. Very valid usease I think&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Aug 2011 16:32:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-claimed-task-by-using-taskcandidategroup/m-p/60807#M37640</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-08-21T16:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Claimed Task by using taskCandidateGroup ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-claimed-task-by-using-taskcandidategroup/m-p/60808#M37641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;should be a new method, with a new query. Changing this query is a no-go&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;How to do this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any tutorial on extending activiti task functionality?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2011 01:43:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-claimed-task-by-using-taskcandidategroup/m-p/60808#M37641</guid>
      <dc:creator>tomcheng76</dc:creator>
      <dc:date>2011-08-22T01:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Claimed Task by using taskCandidateGroup ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-claimed-task-by-using-taskcandidategroup/m-p/60809#M37642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;sorry, there is no pluggable way to extend Activiti in this regard. But you can always use the source and change that&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2011 07:13:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-claimed-task-by-using-taskcandidategroup/m-p/60809#M37642</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-08-22T07:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Claimed Task by using taskCandidateGroup ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-claimed-task-by-using-taskcandidategroup/m-p/60810#M37643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thats the power of open-source… As ronald says, the functionality required is not the 'normal' way of using the claimed/unclaimed state of tasks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2011 08:04:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-claimed-task-by-using-taskcandidategroup/m-p/60810#M37643</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-08-24T08:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Claimed Task by using taskCandidateGroup ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-claimed-task-by-using-taskcandidategroup/m-p/60811#M37644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I do not understand the Activit Core team in that case: All other query methods do only add the expected parameters but taskCandidateGroup() adds this overstrict "assignee = null". And there is also taskUnassigned() which adds "assignee = null", right?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How do you know what is the the 'normal' way of handling taks in an application? I have a real world client in a real word application and because of this strange idea that an assigned task should no more be visible by another one in that group, one must make an ugly workaround to bypass the API? Disappointing…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2012 19:14:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-claimed-task-by-using-taskcandidategroup/m-p/60811#M37644</guid>
      <dc:creator>mschaefer</dc:creator>
      <dc:date>2012-10-02T19:14:42Z</dc:date>
    </item>
  </channel>
</rss>

