<?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: Unclaim task in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/unclaim-task/m-p/79301#M52758</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The intention is to "Release" or "Unclaim" a task. Also it will be done by the same user alone. Hence what would be the ideal way to do it ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Franklin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Sep 2011 07:38:41 GMT</pubDate>
    <dc:creator>frankee787</dc:creator>
    <dc:date>2011-09-05T07:38:41Z</dc:date>
    <item>
      <title>Unclaim task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/unclaim-task/m-p/79295#M52752</link>
      <description>Hi guys!!That's my first post &lt;IMG id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;. I'm noob on Activiti but I really like it.So, I'm developing my own explorer and I have a little trouble unclaiming tasks.That is the way how I claim:myTask.setAssignee(idUser);ProcessEngines.getDefaultProcessEngine().getTaskService().claim(myTask.getId(), idUser);‍</description>
      <pubDate>Wed, 25 May 2011 16:26:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/unclaim-task/m-p/79295#M52752</guid>
      <dc:creator>marcgr</dc:creator>
      <dc:date>2011-05-25T16:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Unclaim task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/unclaim-task/m-p/79296#M52753</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;CODE&gt;taskService.setAssignee(task.getId(), null)&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;works for me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 05:59:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/unclaim-task/m-p/79296#M52753</guid>
      <dc:creator>gant</dc:creator>
      <dc:date>2011-05-26T05:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Unclaim task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/unclaim-task/m-p/79297#M52754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Gant,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks but it doesn't work… It throws the exception too.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But maybe is a version problem (I use 5.1)… Anyway next week I'm going to update to 5.6.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll try with next version and if it doesn't work I'll post again &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://connect.hyland.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 07:15:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/unclaim-task/m-p/79297#M52754</guid>
      <dc:creator>marcgr</dc:creator>
      <dc:date>2011-05-26T07:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Unclaim task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/unclaim-task/m-p/79298#M52755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;in 5.1 this indeed would not work. Unclaiming was implemented in 5.3 iirc. As is posted in this forum and the wiki. Please use some search functionality first next time…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 07:56:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/unclaim-task/m-p/79298#M52755</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-05-26T07:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Unclaim task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/unclaim-task/m-p/79299#M52756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I know its a bit outdated post, but is there any difference between &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;taskService.setAssignee(taskId, null);&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;and&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;taskService.claim(taskId, null)&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Franklin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Sep 2011 11:55:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/unclaim-task/m-p/79299#M52756</guid>
      <dc:creator>frankee787</dc:creator>
      <dc:date>2011-09-04T11:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Unclaim task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/unclaim-task/m-p/79300#M52757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, an already claimed task will throw an exception when claimed by another user, the setAsisgnee always works…`(see javadoc)&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;/**&lt;BR /&gt;&amp;nbsp;&amp;nbsp; * Claim responsibility for a task: the given user is made assignee for the task.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; * The difference with {@link #setAssignee(String, String)} is that here &lt;BR /&gt;&amp;nbsp;&amp;nbsp; * a check is done if the provided user is known by the identity component.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; * @param taskId task to claim, cannot be null.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; * @param userId user that claims the task. When userId is null the task is unclaimed,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; * assigned to no one.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; * @throws ActivitiException when the user or task doesn't exist or when the task&lt;BR /&gt;&amp;nbsp;&amp;nbsp; * is already claimed by another user.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; */&lt;BR /&gt;&amp;nbsp; void claim(String taskId, String userId);&lt;BR /&gt;&lt;/CODE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 07:14:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/unclaim-task/m-p/79300#M52757</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-09-05T07:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: Unclaim task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/unclaim-task/m-p/79301#M52758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The intention is to "Release" or "Unclaim" a task. Also it will be done by the same user alone. Hence what would be the ideal way to do it ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Franklin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 07:38:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/unclaim-task/m-p/79301#M52758</guid>
      <dc:creator>frankee787</dc:creator>
      <dc:date>2011-09-05T07:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: Unclaim task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/unclaim-task/m-p/79302#M52759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The javadoc states:&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;@param userId user that claims the task. When userId is null the task is unclaimed,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; * assigned to no one.&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;So use the claim(null) to 'unclaim' instead of the steAsisgnee(null).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 07:51:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/unclaim-task/m-p/79302#M52759</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-09-05T07:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Unclaim task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/unclaim-task/m-p/79303#M52760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Will Do.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Franklin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 09:44:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/unclaim-task/m-p/79303#M52760</guid>
      <dc:creator>frankee787</dc:creator>
      <dc:date>2011-09-05T09:44:55Z</dc:date>
    </item>
  </channel>
</rss>

