<?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 Assign task to user by another user in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/assign-task-to-user-by-another-user/m-p/25161#M12402</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;I would like to know if there is possibility in activiti to assign a task to user by another user. In all examples the task is assigned to group and then one of the group's member can claim the task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need a slightly different scenario. A process is started through an API, then one user logs in and sees that the started process. The first user assign this task to the second user who performs the task. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this possible to implement such scenario? And how?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Dec 2010 10:35:22 GMT</pubDate>
    <dc:creator>opal</dc:creator>
    <dc:date>2010-12-30T10:35:22Z</dc:date>
    <item>
      <title>Assign task to user by another user</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/assign-task-to-user-by-another-user/m-p/25161#M12402</link>
      <description>Hi,I would like to know if there is possibility in activiti to assign a task to user by another user. In all examples the task is assigned to group and then one of the group's member can claim the task.I need a slightly different scenario. A process is started through an API, then one user logs in a</description>
      <pubDate>Thu, 30 Dec 2010 10:35:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/assign-task-to-user-by-another-user/m-p/25161#M12402</guid>
      <dc:creator>opal</dc:creator>
      <dc:date>2010-12-30T10:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Assign task to user by another user</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/assign-task-to-user-by-another-user/m-p/25162#M12403</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;Yes, you can change the assignee (user assigned to the user task) via the TaskService interface. Just call the setAssignee method with the taskId and the new assignee name.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tijs Rademakers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Lead Developer Activiti Designer&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Dec 2010 11:25:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/assign-task-to-user-by-another-user/m-p/25162#M12403</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2010-12-30T11:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Assign task to user by another user</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/assign-task-to-user-by-another-user/m-p/25163#M12404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank You very much for the response. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it also possible from the activiti-explorer GUI?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Dec 2010 12:06:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/assign-task-to-user-by-another-user/m-p/25163#M12404</guid>
      <dc:creator>opal</dc:creator>
      <dc:date>2010-12-30T12:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Assign task to user by another user</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/assign-task-to-user-by-another-user/m-p/25164#M12405</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;No, from the Activiti Explorer this is not possible. You'll have to to do some programming yourself to get this functionality.&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, 30 Dec 2010 19:23:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/assign-task-to-user-by-another-user/m-p/25164#M12405</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2010-12-30T19:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Assign task to user by another user</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/assign-task-to-user-by-another-user/m-p/25165#M12406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I do it, with activiti explorer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First I have an user task associate to one group, when a user catch one, this user task has a form, with a combo with all target users, then when task is complete, arrives to a new task that has candidatee-user the name of combo list… then this task is assigned directly to user choosen in first task…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Dec 2010 09:53:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/assign-task-to-user-by-another-user/m-p/25165#M12406</guid>
      <dc:creator>jcosano</dc:creator>
      <dc:date>2010-12-31T09:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Assign task to user by another user</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/assign-task-to-user-by-another-user/m-p/25166#M12407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, and is it possible via REST api or with using groovy script? In the first case I guess that TaskService is necessary but don't know how to obtain it. In second case I don't even know how to start. Any would help would be greatly appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Dec 2010 11:44:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/assign-task-to-user-by-another-user/m-p/25166#M12407</guid>
      <dc:creator>opal</dc:creator>
      <dc:date>2010-12-31T11:44:40Z</dc:date>
    </item>
  </channel>
</rss>

