<?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 How do I find out the ID of the person who claim a group task? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-do-i-find-out-the-id-of-the-person-who-claim-a-group-task/m-p/173581#M126719</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How do I know who claims the group task?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the next user task I want to show in the documentation, which variable do I use, I've tried the ${initiator} but it didn't work. Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;assign to group –&amp;gt; fozzie claims it and approves it&amp;nbsp; –&amp;gt; kermit sees fozzie approved it then approved it&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Oct 2013 04:08:49 GMT</pubDate>
    <dc:creator>sheing3003</dc:creator>
    <dc:date>2013-10-25T04:08:49Z</dc:date>
    <item>
      <title>How do I find out the ID of the person who claim a group task?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-do-i-find-out-the-id-of-the-person-who-claim-a-group-task/m-p/173581#M126719</link>
      <description>How do I know who claims the group task?In the next user task I want to show in the documentation, which variable do I use, I've tried the ${initiator} but it didn't work. Thanks.assign to group –&amp;gt; fozzie claims it and approves it&amp;nbsp; –&amp;gt; kermit sees fozzie approved it then approved it</description>
      <pubDate>Fri, 25 Oct 2013 04:08:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-do-i-find-out-the-id-of-the-person-who-claim-a-group-task/m-p/173581#M126719</guid>
      <dc:creator>sheing3003</dc:creator>
      <dc:date>2013-10-25T04:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do I find out the ID of the person who claim a group task?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-do-i-find-out-the-id-of-the-person-who-claim-a-group-task/m-p/173582#M126720</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;SPAN&gt;e.g. org.activiti.examples.bpmn.usertask.FinancialReportProcessTest#testProcess&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; taskService.claim(task.getId(), "fozzie");&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; tasks = taskService&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .createTaskQuery()&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .taskAssignee("fozzie")&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .list();&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;After the claim fozzie is new assignee.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Oct 2013 07:56:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-do-i-find-out-the-id-of-the-person-who-claim-a-group-task/m-p/173582#M126720</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2013-10-25T07:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: How do I find out the ID of the person who claim a group task?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-do-i-find-out-the-id-of-the-person-who-claim-a-group-task/m-p/173583#M126721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is assuming you know fozzie claimed it. What if I have no idea who's going to claim it? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;assign to group -&amp;gt; fozzie claim it and approve it -&amp;gt; kermit sees that this has been approved by XXXX (fozzie in this case)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 07:03:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-do-i-find-out-the-id-of-the-person-who-claim-a-group-task/m-p/173583#M126721</guid>
      <dc:creator>sheing3003</dc:creator>
      <dc:date>2013-10-28T07:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do I find out the ID of the person who claim a group task?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-do-i-find-out-the-id-of-the-person-who-claim-a-group-task/m-p/173584#M126722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You just do a query in the HistoryService on completed user tasks and you look at the assignee there. That's the person that completed the task typically.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 10:04:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-do-i-find-out-the-id-of-the-person-who-claim-a-group-task/m-p/173584#M126722</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2013-10-31T10:04:22Z</dc:date>
    </item>
  </channel>
</rss>

