<?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 End process with active user tasks in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/end-process-with-active-user-tasks/m-p/76796#M50705</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot for you work guys! We moved from jBPM 5.1 to Activiti 5.8 and it works like a magic!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At the moment we spotted the problem. I'd like to implement following behavior:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[attachment=0]test.png[/attachment]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If user in User Task 2&amp;nbsp; rejects proposal than service task should be called and process should be ended. Now when process started both User Tasks are available and if on User Task 2 user rejects proposal than service task is called, but process didn't ended, and User Task 1 is still available.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've looked in activiti DB and process instance is really active.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe I missed something, or I used wrong approach? Is it possible to implement such behavior in other way.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Dec 2011 08:29:49 GMT</pubDate>
    <dc:creator>kaa_mmf</dc:creator>
    <dc:date>2011-12-08T08:29:49Z</dc:date>
    <item>
      <title>End process with active user tasks</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/end-process-with-active-user-tasks/m-p/76796#M50705</link>
      <description>Hi all!Thanks a lot for you work guys! We moved from jBPM 5.1 to Activiti 5.8 and it works like a magic!At the moment we spotted the problem. I'd like to implement following behavior:[attachment=0]test.png[/attachment]If user in User Task 2&amp;nbsp; rejects proposal than service task should be called and pr</description>
      <pubDate>Thu, 08 Dec 2011 08:29:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/end-process-with-active-user-tasks/m-p/76796#M50705</guid>
      <dc:creator>kaa_mmf</dc:creator>
      <dc:date>2011-12-08T08:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: End process with active user tasks</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/end-process-with-active-user-tasks/m-p/76797#M50706</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;The problem is the second parallel gateway. This gateway waits until all incoming sequence flows are completed and that's where you're stuck.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A solution would be to point the service task outgoing sequence flow and the exclusive gateway outgoing sequence flow to a manual task and then point it to the parallel gateway. So like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;User task 2 – Exclusive gateway —————- Manual task —– Parallel gateway&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ——–Service task ——&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2011 14:30:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/end-process-with-active-user-tasks/m-p/76797#M50706</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2011-12-09T14:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: End process with active user tasks</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/end-process-with-active-user-tasks/m-p/76798#M50707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did I understand you right:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[attachment=0]test.png[/attachment]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So we don't need second parallel gateway and have to change it to manual task?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2011 07:43:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/end-process-with-active-user-tasks/m-p/76798#M50707</guid>
      <dc:creator>kaa_mmf</dc:creator>
      <dc:date>2011-12-12T07:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: End process with active user tasks</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/end-process-with-active-user-tasks/m-p/76799#M50708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The thing is if UserTask1 will be completed first than UserTask2 will became unavailable, but it's not what we expected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We just wanted to end process based on output of UserTask2 independent from UserTask1. So if at the moment UserTask1 is not started, we wanted it to be deleted.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2011 07:50:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/end-process-with-active-user-tasks/m-p/76799#M50708</guid>
      <dc:creator>kaa_mmf</dc:creator>
      <dc:date>2011-12-12T07:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: End process with active user tasks</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/end-process-with-active-user-tasks/m-p/76800#M50709</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;This is what I meant.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[attachment=0]Screen shot 2011-12-12 at 13.25.34.png[/attachment]&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>Mon, 12 Dec 2011 12:26:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/end-process-with-active-user-tasks/m-p/76800#M50709</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2011-12-12T12:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: End process with active user tasks</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/end-process-with-active-user-tasks/m-p/76801#M50710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't mean to intrude, but even in the last example you need to complete BOTH user tasks for the process to end. There are two parallel executions and they both have to reach an end state.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;An ErrorEndEvent would terminate all parallel executions though…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2011 22:10:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/end-process-with-active-user-tasks/m-p/76801#M50710</guid>
      <dc:creator>st_patriick</dc:creator>
      <dc:date>2011-12-16T22:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: End process with active user tasks</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/end-process-with-active-user-tasks/m-p/76802#M50711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Right, if you want to process to complete even when user task 1 is not complete an error end event would be better suited.&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>Sat, 17 Dec 2011 09:31:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/end-process-with-active-user-tasks/m-p/76802#M50711</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2011-12-17T09:31:58Z</dc:date>
    </item>
  </channel>
</rss>

