<?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: Cancel vacation request in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/cancel-vacation-request/m-p/207594#M160724</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Actually I cannot see any way in BPMN so that you can cancel an already issued task. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can delete the task by API though using TaskService.deleteTask() in a Java delegate service. But then you should check the exception if the user has selected and loaded the task but it is deleted before being submitted.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Nov 2014 15:57:53 GMT</pubDate>
    <dc:creator>smirzai</dc:creator>
    <dc:date>2014-11-05T15:57:53Z</dc:date>
    <item>
      <title>Cancel vacation request</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cancel-vacation-request/m-p/207593#M160723</link>
      <description>HelloI am designing a process for approving and cancelling vacation in a company.The initiator will fill a form with date and place, after that the service task finds his supervisor and assign it to him. Then he decide to approve or reject the request, after it there are some notifications and the v</description>
      <pubDate>Wed, 05 Nov 2014 14:44:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cancel-vacation-request/m-p/207593#M160723</guid>
      <dc:creator>mikuc</dc:creator>
      <dc:date>2014-11-05T14:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: Cancel vacation request</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cancel-vacation-request/m-p/207594#M160724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Actually I cannot see any way in BPMN so that you can cancel an already issued task. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can delete the task by API though using TaskService.deleteTask() in a Java delegate service. But then you should check the exception if the user has selected and loaded the task but it is deleted before being submitted.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 15:57:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cancel-vacation-request/m-p/207594#M160724</guid>
      <dc:creator>smirzai</dc:creator>
      <dc:date>2014-11-05T15:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Cancel vacation request</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cancel-vacation-request/m-p/207595#M160725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, but the employee should not be able to delete a task from his inbox(we are using out own bpminbox not activiti explorer)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any way to trigger some event from another process? Like some interprocess communication by some signal or something like that?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 07:57:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cancel-vacation-request/m-p/207595#M160725</guid>
      <dc:creator>mikuc</dc:creator>
      <dc:date>2014-11-06T07:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: Cancel vacation request</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cancel-vacation-request/m-p/207596#M160726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Actually BPMN signal events can do this quite nicely. Attached is a simplified version of your process focusing just on cancelling the review (files renamed). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your own inbox tool will need to offer user interface for the user to cancel the request and send the message that will cancel the review.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've not tried to implement this in Activiti but all the parts are supported.&amp;nbsp; &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 11:23:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cancel-vacation-request/m-p/207596#M160726</guid>
      <dc:creator>tstephen</dc:creator>
      <dc:date>2014-11-06T11:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Cancel vacation request</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cancel-vacation-request/m-p/207597#M160727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;that works great, thank you very much!!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2014 14:49:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cancel-vacation-request/m-p/207597#M160727</guid>
      <dc:creator>mikuc</dc:creator>
      <dc:date>2014-12-29T14:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: Cancel vacation request</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cancel-vacation-request/m-p/207598#M160728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi tstephen,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What would be the best way of the requestor be able to cancel the request as well&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 04:44:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cancel-vacation-request/m-p/207598#M160728</guid>
      <dc:creator>edgarjoao</dc:creator>
      <dc:date>2015-05-18T04:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cancel vacation request</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cancel-vacation-request/m-p/207599#M160729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Follow your example it does works fine. But is there a way to avoid cancel all process instances created? Because right now if you create several instances of above model you'll cancel all process once you throws signal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 05:53:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cancel-vacation-request/m-p/207599#M160729</guid>
      <dc:creator>edgarjoao</dc:creator>
      <dc:date>2015-06-04T05:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Cancel vacation request</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cancel-vacation-request/m-p/207600#M160730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To restrict the scope of the signal event, add the (non-BPMN 2.0 standard!) scope attribute to the signal event definition:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;signal id="alertSignal" name="alert" activiti:scope="processInstance"/&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 20:31:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cancel-vacation-request/m-p/207600#M160730</guid>
      <dc:creator>edgarjoao</dc:creator>
      <dc:date>2015-06-18T20:31:43Z</dc:date>
    </item>
  </channel>
</rss>

