<?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: process&amp; subprocess with receive task never completes in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/process-subprocess-with-receive-task-never-completes/m-p/82006#M54940</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I might be wrong in my interpretation of your diagram, but if you complete both the User Task and the Receive Task, both will be started again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Your code &lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;List&amp;lt;Task&amp;gt; list = taskService.createTaskQuery().processInstanceId(processInstance.getId()).list();&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for (Task task : list) {&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; taskService.complete(task.getId());&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;Completes both tasks, which should cause the subprocess to restart.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If your final end event was a terminate instead, it should cause all your tasks to be ended.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If your code only completed your manual task, you would still have the Receive Task open, and your process would not be completed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If your branching gateway were exclusive rather than parallel, then you would need to identify which flow was active, and completing the active manual task would complete the process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think what you are trying to model is a Boundary Receive Interrupting event, which I don't think Activiti supports (yet), which would cancel the manual task upon receipt of a message, and then restart it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jun 2012 19:39:42 GMT</pubDate>
    <dc:creator>gutlez</dc:creator>
    <dc:date>2012-06-08T19:39:42Z</dc:date>
    <item>
      <title>process&amp; subprocess with receive task never completes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-subprocess-with-receive-task-never-completes/m-p/82005#M54939</link>
      <description>Hello, I tried the following very simple workflow:[attachment=1]receive_task_bug.png[/attachment]In my understanding, when completing usertask1 (User Task) the workflow should be completed. However the following java test code fails : @Deployment(resources = { "workflow/TestProcess2.bpmn20.xml" })&amp;nbsp;&amp;nbsp;</description>
      <pubDate>Fri, 08 Jun 2012 11:10:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-subprocess-with-receive-task-never-completes/m-p/82005#M54939</guid>
      <dc:creator>jeanhelou</dc:creator>
      <dc:date>2012-06-08T11:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: process&amp; subprocess with receive task never completes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-subprocess-with-receive-task-never-completes/m-p/82006#M54940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I might be wrong in my interpretation of your diagram, but if you complete both the User Task and the Receive Task, both will be started again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Your code &lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;List&amp;lt;Task&amp;gt; list = taskService.createTaskQuery().processInstanceId(processInstance.getId()).list();&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for (Task task : list) {&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; taskService.complete(task.getId());&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;Completes both tasks, which should cause the subprocess to restart.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If your final end event was a terminate instead, it should cause all your tasks to be ended.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If your code only completed your manual task, you would still have the Receive Task open, and your process would not be completed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If your branching gateway were exclusive rather than parallel, then you would need to identify which flow was active, and completing the active manual task would complete the process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think what you are trying to model is a Boundary Receive Interrupting event, which I don't think Activiti supports (yet), which would cancel the manual task upon receipt of a message, and then restart it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2012 19:39:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-subprocess-with-receive-task-never-completes/m-p/82006#M54940</guid>
      <dc:creator>gutlez</dc:creator>
      <dc:date>2012-06-08T19:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: process&amp; subprocess with receive task never completes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-subprocess-with-receive-task-never-completes/m-p/82007#M54941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;"Receive Task" is a Java receive task (&lt;/SPAN&gt;&lt;A href="http://activiti.org/userguide/index.html#bpmnJavaServiceTask" rel="nofollow noopener noreferrer"&gt;http://activiti.org/userguide/index.html#bpmnJavaServiceTask&lt;/A&gt;&lt;SPAN&gt;) it creates an execution instance but is not counted as a pending task. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my test case, the list of tasks contains only one task (user task) and does not complete the receive task. You can easily verify this by adding the following assertions &lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;Assert.assertEquals(1,list.size());&lt;BR /&gt;&lt;/CODE&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;before the for loop, and potentially adding &lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;list = taskService.createTaskQuery().processInstanceId(processInstance.getId()).list();&lt;BR /&gt;Assert.assertTrue(list.isEmpty());&lt;BR /&gt;&lt;/CODE&gt;&lt;SPAN&gt;after the for loop.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you will find that the process is not restarted and only the user task is visibler from a taskQuery&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2012 07:38:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-subprocess-with-receive-task-never-completes/m-p/82007#M54941</guid>
      <dc:creator>jeanhelou</dc:creator>
      <dc:date>2012-06-11T07:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: process&amp; subprocess with receive task never completes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-subprocess-with-receive-task-never-completes/m-p/82008#M54942</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;When you use a fork parallel gateway, this means you also need a join parallel gateway.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So in your example the process will never finish because you don't have a join parallel gateway.&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>Tue, 12 Jun 2012 14:14:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-subprocess-with-receive-task-never-completes/m-p/82008#M54942</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2012-06-12T14:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: process&amp; subprocess with receive task never completes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-subprocess-with-receive-task-never-completes/m-p/82009#M54943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried with this, still doesn't complete .. I obviously don't want to activate the error end signal when my process complete normally …&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[attachment=0]receive_task_2.png[/attachment]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 17:16:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-subprocess-with-receive-task-never-completes/m-p/82009#M54943</guid>
      <dc:creator>jeanhelou</dc:creator>
      <dc:date>2012-06-12T17:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: process&amp; subprocess with receive task never completes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-subprocess-with-receive-task-never-completes/m-p/82010#M54944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Should I open a bug for this ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 10:30:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-subprocess-with-receive-task-never-completes/m-p/82010#M54944</guid>
      <dc:creator>jeanhelou</dc:creator>
      <dc:date>2012-06-18T10:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: process&amp; subprocess with receive task never completes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-subprocess-with-receive-task-never-completes/m-p/82011#M54945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is not a bug.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You are using the following Query to fetch the open tasks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;List&amp;lt;Task&amp;gt; list = taskService.createTaskQuery().processInstanceId(processInstance.getId()).list();&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This will give list of user tasks only. This will not give you the receive task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color:#BF0000;"&gt;The recevie task is not a user task&lt;/SPAN&gt;&lt;SPAN&gt;. The receive task is more of a wait node in your process. Till you explicitly signal the execution, your subprocess will still be active and be waiting for the signal. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But as per your process diagram, even if you signal it, you are trying the re-enter the sub-process, not sure what you try to achieve with this. Probably you might want to have exclusive gateway not the parallel gateway.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 11:42:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-subprocess-with-receive-task-never-completes/m-p/82011#M54945</guid>
      <dc:creator>amuthuse</dc:creator>
      <dc:date>2012-06-18T11:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: process&amp; subprocess with receive task never completes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-subprocess-with-receive-task-never-completes/m-p/82012#M54946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The process shown is a trivial example to show what I am trying to accomplish and to make it easy to test and reproduce.&amp;nbsp; I have ten user tasks, I want to be able to restart the workflow at the start from any point if a critical information changes. This is what the receive task is here for. It will allow me to reopen the workflow at the start. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My problem however is that I would like the workflow to actually &lt;/SPAN&gt;&lt;STRONG&gt;COMPLETE &lt;/STRONG&gt;&lt;SPAN&gt;when all the &lt;/SPAN&gt;&lt;STRONG&gt;user tasks&lt;/STRONG&gt;&lt;SPAN&gt; are marked as completed and have that &lt;/SPAN&gt;&lt;STRONG&gt;CANCEL &lt;/STRONG&gt;&lt;SPAN&gt;the receive task. I can't seem to be able to do that. In a previous answer&amp;nbsp; trademak said it was because there was no path from the task to the workflow end, but he didn't provide an example model to fix my problem, hence my followup proposal which doesn't work either.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to complete the process and cancel the receive task without triggering the error condition ? Are you certain it is not a bug if such a way doesn't exist ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 13:20:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-subprocess-with-receive-task-never-completes/m-p/82012#M54946</guid>
      <dc:creator>jeanhelou</dc:creator>
      <dc:date>2012-06-18T13:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: process&amp; subprocess with receive task never completes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-subprocess-with-receive-task-never-completes/m-p/82013#M54947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There may be another way to model this which I am not aware of, I would absolutely welcome any suggestion.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2012 09:03:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-subprocess-with-receive-task-never-completes/m-p/82013#M54947</guid>
      <dc:creator>jeanhelou</dc:creator>
      <dc:date>2012-06-19T09:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: process&amp; subprocess with receive task never completes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-subprocess-with-receive-task-never-completes/m-p/82014#M54948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think what you are trying to model is a boundary interrupting message event.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not sure if Activiti supports this at this point.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See &lt;/SPAN&gt;&lt;A href="http://tynerblain.com/blog/2006/08/22/bpmn-intermediate-messages2/" rel="nofollow noopener noreferrer"&gt;http://tynerblain.com/blog/2006/08/22/bpmn-intermediate-messages2/&lt;/A&gt;&lt;SPAN&gt; for more description.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your boundary event would be on the subprocess, catching a message, which would then interrupt the subprocess and restart it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 19:48:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-subprocess-with-receive-task-never-completes/m-p/82014#M54948</guid>
      <dc:creator>gutlez</dc:creator>
      <dc:date>2012-06-20T19:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: process&amp; subprocess with receive task never completes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-subprocess-with-receive-task-never-completes/m-p/82015#M54949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your answer, the restart actually works with the current design. But your solution does sounds like I am looking for. I'll check if it is supported by activiti.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the mean time, I asked a specialist at our company and he was able to come up with the following which actually achieves the behaviour I was looking for. It still seems like a hack to me but hopefully it will help someone else.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[attachment=0]Redo_fixed.png[/attachment]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2012 07:57:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-subprocess-with-receive-task-never-completes/m-p/82015#M54949</guid>
      <dc:creator>jeanhelou</dc:creator>
      <dc:date>2012-06-26T07:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: process&amp; subprocess with receive task never completes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-subprocess-with-receive-task-never-completes/m-p/82016#M54950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Checking Activiti's user guide I found &lt;/SPAN&gt;&lt;A href="http://activiti.org/userguide/#bpmnSignalEventDefinition" rel="nofollow noopener noreferrer"&gt;http://activiti.org/userguide/#bpmnSignalEventDefinition&lt;/A&gt;&lt;SPAN&gt; which sounds like it could work. I'll test it asap&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2012 08:23:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-subprocess-with-receive-task-never-completes/m-p/82016#M54950</guid>
      <dc:creator>jeanhelou</dc:creator>
      <dc:date>2012-06-26T08:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: process&amp; subprocess with receive task never completes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-subprocess-with-receive-task-never-completes/m-p/82017#M54951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This approach has two drawbacks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Unless you mark both the boundary error events as 'cancel activity', your other executions will still be hanging around in the database. You can query act_ru_execution table and verify it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. As I understand from your diagram, Flow from Task 1 to Task 7, is a normal business flow. And you end up you end up marking as a error end. Which might raise questions from the business users.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I do have a similar usecase in my application, ( ie, while the process is undergoing, at any point of time, the associated application data might get changed and hence we need to redo some of the activities which are already completed based on older application data). But till now, I couldnt come up with a proper process solution using activiti.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope the experts out here would give a better suggestion…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 10:26:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-subprocess-with-receive-task-never-completes/m-p/82017#M54951</guid>
      <dc:creator>amuthuse</dc:creator>
      <dc:date>2012-06-27T10:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: process&amp; subprocess with receive task never completes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-subprocess-with-receive-task-never-completes/m-p/82018#M54952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We are studying the following to replace our current method :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[attachment=0]restart_signal.png[/attachment]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This uses a signal boundary event to avoid creating a receive task. Since it's the receive task which remains active when the subprocess reaches the end event. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;we intend to used this with &lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;RuntimeService.signalEventReceived(String signalName, String executionId);&amp;nbsp; &lt;BR /&gt;&lt;/CODE&gt;&lt;SPAN&gt;To only restart the process we want to restart.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 12:35:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-subprocess-with-receive-task-never-completes/m-p/82018#M54952</guid>
      <dc:creator>jeanhelou</dc:creator>
      <dc:date>2012-06-27T12:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: process&amp; subprocess with receive task never completes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-subprocess-with-receive-task-never-completes/m-p/82019#M54953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For information the above solution works perfectly. it allows the process and subprocess to complete normally. Huge thanks to Gut Lez for his suggestion&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2012 11:53:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-subprocess-with-receive-task-never-completes/m-p/82019#M54953</guid>
      <dc:creator>jeanhelou</dc:creator>
      <dc:date>2012-07-11T11:53:43Z</dc:date>
    </item>
  </channel>
</rss>

