<?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 Receive Task doesn't create a task? How do I find processes in a Receive Task state? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/receive-task-doesn-t-create-a-task-how-do-i-find-processes-in-a/m-p/198835#M151965</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm modeling a JavaDelegate Service task with a Receive Task right after it. The delegate may be long running, so I have it return immediately, which puts the workflow in the Receive Task to wait for a signal the JavaDelegate is complete. (which will occur later from a different process)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The issue is my JavaDelegate is called, but I am not sure how to find the processes that are in a Receive state. If I query the process directly, it doesn't have any tasks assigned to it, and is not in a suspended state. I had expected to find a task assigned to the process instance to know it was in the receive task state. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I query the engine to find processes that are in a receive task wait state?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Oct 2015 20:55:45 GMT</pubDate>
    <dc:creator>roadtripryan</dc:creator>
    <dc:date>2015-10-20T20:55:45Z</dc:date>
    <item>
      <title>Receive Task doesn't create a task? How do I find processes in a Receive Task state?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/receive-task-doesn-t-create-a-task-how-do-i-find-processes-in-a/m-p/198835#M151965</link>
      <description>I'm modeling a JavaDelegate Service task with a Receive Task right after it. The delegate may be long running, so I have it return immediately, which puts the workflow in the Receive Task to wait for a signal the JavaDelegate is complete. (which will occur later from a different process)The issue is</description>
      <pubDate>Tue, 20 Oct 2015 20:55:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/receive-task-doesn-t-create-a-task-how-do-i-find-processes-in-a/m-p/198835#M151965</guid>
      <dc:creator>roadtripryan</dc:creator>
      <dc:date>2015-10-20T20:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Receive Task doesn't create a task? How do I find processes in a Receive Task state?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/receive-task-doesn-t-create-a-task-how-do-i-find-processes-in-a/m-p/198836#M151966</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;UL&gt;&lt;LI&gt;receive task does not create task&lt;/LI&gt;&lt;LI&gt;&lt;CODE&gt;runtimeService.createExecutionQuery().activityId(YOUR_RECEIVE_TASK_ACTIVITY_ID).list()&lt;/CODE&gt; returns list of all executions waiting on the receive task.&lt;/LI&gt;&lt;/UL&gt;&lt;SPAN&gt;(I would use signal or message instead of receive task.)&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>Wed, 21 Oct 2015 07:12:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/receive-task-doesn-t-create-a-task-how-do-i-find-processes-in-a/m-p/198836#M151966</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2015-10-21T07:12:25Z</dc:date>
    </item>
  </channel>
</rss>

