<?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 close task within create task listener in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-close-task-within-create-task-listener/m-p/174143#M127273</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&amp;gt; I am wondering why activiti has no property to skip/run the activiti. I can see this feature in most of the BPM suits.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We implement the BPMN 2.0 spec. The spec doesn't have this, thats the reason why we dont have it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Apr 2014 10:20:55 GMT</pubDate>
    <dc:creator>jbarrez</dc:creator>
    <dc:date>2014-04-22T10:20:55Z</dc:date>
    <item>
      <title>How to close task within create task listener</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-close-task-within-create-task-listener/m-p/174140#M127270</link>
      <description>I have a requirement to implement skip OR execute human activities in process flow. I have configured a task listener on create task event. Should I am able to close this task with in lsitener itself using task object.Basically&amp;nbsp; I am expecting features as below.public class CommonTaskListener implem</description>
      <pubDate>Wed, 09 Apr 2014 11:46:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-close-task-within-create-task-listener/m-p/174140#M127270</guid>
      <dc:creator>penusila611621</dc:creator>
      <dc:date>2014-04-09T11:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to close task within create task listener</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-close-task-within-create-task-listener/m-p/174141#M127271</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;There are several options. I pick only two of them:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;"Your" option - I used something similar for simulation purposes (another case could be debug and replay/playback). Task create event scheduled new event to complete the task in the event calendar (taskService.complete(taskId)).&lt;/LI&gt;&lt;LI&gt;More straight forward way is to describe such a case in process definition (e.g. exclusive gateway - do not create userTasks, which are not needed).&lt;/LI&gt;&lt;/UL&gt;&lt;SPAN&gt;I would prefer option 2 in the most cases.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 06:26:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-close-task-within-create-task-listener/m-p/174141#M127271</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2014-04-10T06:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to close task within create task listener</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-close-task-within-create-task-listener/m-p/174142#M127272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;HI Martin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Perfectly agree with you that option 2 is ideal way to implementing this requirement.&amp;nbsp; We have a process with 10 activities and these activities executes based on some business conditions means upfront we never know which one executes and which one not. So I have to keep a decision gateway to bypass the flow. Our customer does't want decision gateway's to be put in between all the activities. I am wondering why activiti has no property to skip/run the activiti. I can see this feature in most of the BPM suits.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 04:38:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-close-task-within-create-task-listener/m-p/174142#M127272</guid>
      <dc:creator>penusila611621</dc:creator>
      <dc:date>2014-04-11T04:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to close task within create task listener</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-close-task-within-create-task-listener/m-p/174143#M127273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&amp;gt; I am wondering why activiti has no property to skip/run the activiti. I can see this feature in most of the BPM suits.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We implement the BPMN 2.0 spec. The spec doesn't have this, thats the reason why we dont have it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 10:20:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-close-task-within-create-task-listener/m-p/174143#M127273</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-04-22T10:20:55Z</dc:date>
    </item>
  </channel>
</rss>

