<?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: TaskListener assignment event in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/tasklistener-assignment-event/m-p/235805#M188935</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is this on Activiti 5 or 6? Cause i'm pretty sure on v5 it's as in the docs.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 May 2016 10:35:22 GMT</pubDate>
    <dc:creator>jbarrez</dc:creator>
    <dc:date>2016-05-31T10:35:22Z</dc:date>
    <item>
      <title>TaskListener assignment event</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tasklistener-assignment-event/m-p/235804#M188934</link>
      <description>Hi, I have a question about the order in which TaskListener assignment event it's fired.The documentation says:&amp;lt;blockquote&amp;gt;&amp;lt;b&amp;gt;assignment&amp;lt;/b&amp;gt;: occurs when the task is assigned to somebody. Note: when process execution arrives in a userTask, first an assignment event will be fired, b</description>
      <pubDate>Thu, 26 May 2016 11:11:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tasklistener-assignment-event/m-p/235804#M188934</guid>
      <dc:creator>fspampinato</dc:creator>
      <dc:date>2016-05-26T11:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: TaskListener assignment event</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tasklistener-assignment-event/m-p/235805#M188935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is this on Activiti 5 or 6? Cause i'm pretty sure on v5 it's as in the docs.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 10:35:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tasklistener-assignment-event/m-p/235805#M188935</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-05-31T10:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: TaskListener assignment event</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tasklistener-assignment-event/m-p/235806#M188936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Activiti 5.19&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 12:07:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tasklistener-assignment-event/m-p/235806#M188936</guid>
      <dc:creator>fspampinato</dc:creator>
      <dc:date>2016-05-31T12:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: TaskListener assignment event</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tasklistener-assignment-event/m-p/235807#M188937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can confirm that in activiti 6 the following is true:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If your user task in a process does not have the 'Assignments' property set to anything:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- create&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- assignment&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- complete&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- delete (even if you just complete the task)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If your user task in a process does have the 'Assignments' property set:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- assignment&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- create&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- complete&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- delete (even if you just complete the task)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Calling the assignment before create caused an issue for us, so we had to do a work-around.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We also had to work around the delete. If the task/process is cancelled we consider it a delete.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We now check if the task is completed when the delete fires, then we consider it as complete.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 10:13:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tasklistener-assignment-event/m-p/235807#M188937</guid>
      <dc:creator>maudrid</dc:creator>
      <dc:date>2016-06-01T10:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: TaskListener assignment event</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tasklistener-assignment-event/m-p/235808#M188938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;@maudrid: I checked it in the code … but I can't see how that can happen. Do you have an example that I can use to reproduce the difference in events order being thrown.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 09:10:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tasklistener-assignment-event/m-p/235808#M188938</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-06-03T09:10:49Z</dc:date>
    </item>
  </channel>
</rss>

