<?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 claim a task Correctly in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-claim-a-task-correctly/m-p/184445#M137575</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&amp;lt;blockcode&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;org.activiti.engine.ActivitiIllegalArgumentException: unknown type 'user' approver&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/blockcode&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Looks like u have a wrong property in the FormType. Activiti OOTB supports only &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;We support the following form property types:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;string (org.activiti.engine.impl.form.StringFormType)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;long (org.activiti.engine.impl.form.LongFormType)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;enum (org.activiti.engine.impl.form.EnumFormType)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;date (org.activiti.engine.impl.form.DateFormType)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;boolean (org.activiti.engine.impl.form.BooleanFormType)&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;setAssignee is used to set the person who is currently assigned the task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;setOwner is the method used to set the actual owner of the task, so for example after an assignee is done with his part of the task, it will goto the owner of the task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Finally claim is used when suppose ur in a group that has 5 users and 1 of the user wants to get the task assigned to him then he/she can claim that task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jun 2014 15:01:37 GMT</pubDate>
    <dc:creator>sathish1</dc:creator>
    <dc:date>2014-06-10T15:01:37Z</dc:date>
    <item>
      <title>How to claim a task Correctly</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-claim-a-task-correctly/m-p/184444#M137574</link>
      <description>I have a problem of claiming task.I already went through user guide but couldn't find any solution.I doubted i took wrong approachtaskService = processEngine.getTaskService();taskService.claim("13260", "kermit");exceptionHTTP Status 500 - Request processing failed; nested exception is org.activiti.e</description>
      <pubDate>Tue, 10 Jun 2014 11:10:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-claim-a-task-correctly/m-p/184444#M137574</guid>
      <dc:creator>raveera</dc:creator>
      <dc:date>2014-06-10T11:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to claim a task Correctly</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-claim-a-task-correctly/m-p/184445#M137575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&amp;lt;blockcode&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;org.activiti.engine.ActivitiIllegalArgumentException: unknown type 'user' approver&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/blockcode&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Looks like u have a wrong property in the FormType. Activiti OOTB supports only &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;We support the following form property types:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;string (org.activiti.engine.impl.form.StringFormType)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;long (org.activiti.engine.impl.form.LongFormType)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;enum (org.activiti.engine.impl.form.EnumFormType)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;date (org.activiti.engine.impl.form.DateFormType)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;boolean (org.activiti.engine.impl.form.BooleanFormType)&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;setAssignee is used to set the person who is currently assigned the task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;setOwner is the method used to set the actual owner of the task, so for example after an assignee is done with his part of the task, it will goto the owner of the task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Finally claim is used when suppose ur in a group that has 5 users and 1 of the user wants to get the task assigned to him then he/she can claim that task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 15:01:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-claim-a-task-correctly/m-p/184445#M137575</guid>
      <dc:creator>sathish1</dc:creator>
      <dc:date>2014-06-10T15:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to claim a task Correctly</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-claim-a-task-correctly/m-p/184446#M137576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks I will look at it&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 16:11:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-claim-a-task-correctly/m-p/184446#M137576</guid>
      <dc:creator>raveera</dc:creator>
      <dc:date>2014-06-10T16:11:54Z</dc:date>
    </item>
  </channel>
</rss>

