<?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 Assignee not nulled when boundary timer event called in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/assignee-not-nulled-when-boundary-timer-event-called/m-p/197148#M150278</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a process with a boundary timer event. When the timer is called it goes to the start of the process. My timer event works and gets trigger. The human task the timer event is on has a assignee (john) set. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I expect that when the timer event get's called and Cancel activity = true the task moves to the beginning of the flow and assignee is set to null. What is happening is the task is moved to the beginning of the flow but the assignee stays (john) as previously set.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How would l be able to null the assignee?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Jul 2014 18:47:53 GMT</pubDate>
    <dc:creator>thysmichels</dc:creator>
    <dc:date>2014-07-21T18:47:53Z</dc:date>
    <item>
      <title>Assignee not nulled when boundary timer event called</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/assignee-not-nulled-when-boundary-timer-event-called/m-p/197148#M150278</link>
      <description>I have a process with a boundary timer event. When the timer is called it goes to the start of the process. My timer event works and gets trigger. The human task the timer event is on has a assignee (john) set. I expect that when the timer event get's called and Cancel activity = true the task moves</description>
      <pubDate>Mon, 21 Jul 2014 18:47:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/assignee-not-nulled-when-boundary-timer-event-called/m-p/197148#M150278</guid>
      <dc:creator>thysmichels</dc:creator>
      <dc:date>2014-07-21T18:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Assignee not nulled when boundary timer event called</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/assignee-not-nulled-when-boundary-timer-event-called/m-p/197149#M150279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&amp;gt; What is happening is the task is moved to the beginning of the flow &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't follow what you mean by this? If a task is cancelled, it is removed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do you do the assignment? Through a variable?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A process would help here to understand.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2014 07:34:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/assignee-not-nulled-when-boundary-timer-event-called/m-p/197149#M150279</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-07-25T07:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Assignee not nulled when boundary timer event called</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/assignee-not-nulled-when-boundary-timer-event-called/m-p/197150#M150280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry for the confusion. Here is a detailed description:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a human task with assignee="John" with a timer boundary event time duration PT20S which has Cancel Activity=true;. If duration expires move to the start of the process. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After 20 sec the task moves to the start but the assignee is still assigned to "John"? Should assignee=null? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Assignment is not done through variables but Activiti assignee field. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that makes sense. &lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2014 20:08:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/assignee-not-nulled-when-boundary-timer-event-called/m-p/197150#M150280</guid>
      <dc:creator>thysmichels</dc:creator>
      <dc:date>2014-07-25T20:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Assignee not nulled when boundary timer event called</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/assignee-not-nulled-when-boundary-timer-event-called/m-p/197151#M150281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I presume your start-event fill flow into the same user-task again? When the boundary-event is fired, the user task is deleted from the database. In case the process arrives at the same user task again, it will create a NEW Task entity, with all fields initialised based on what is defined in the bpmn20.xml. So it applies the activiti:assignee to the new task-instance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to have the task assigned to someone else, I suggest using an expression that uses a variables, which is different AFTER the boundary-event fired as opposed to the default (normal starting of a process), eg:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;activiti:assignee="${isTimerFired ? 'John' : null}"&lt;BR /&gt;&lt;/CODE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2014 07:58:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/assignee-not-nulled-when-boundary-timer-event-called/m-p/197151#M150281</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2014-07-29T07:58:16Z</dc:date>
    </item>
  </channel>
</rss>

