<?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: whats the best way to design a process that runs tasks async in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/whats-the-best-way-to-design-a-process-that-runs-tasks-async/m-p/54025#M32130</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The send task does laready do something: sending a webservice call or sending an email - the webservice part being the&amp;nbsp; one of the BPMN spec.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, what you need is more lightweight: a simple execution listener would already suffice uf you just want to send out a Java method call, and receive it in the recive task.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 May 2011 09:18:12 GMT</pubDate>
    <dc:creator>jbarrez</dc:creator>
    <dc:date>2011-05-09T09:18:12Z</dc:date>
    <item>
      <title>whats the best way to design a process that runs tasks async</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/whats-the-best-way-to-design-a-process-that-runs-tasks-async/m-p/54022#M32127</link>
      <description>hi,i'm trying to design a process that would run each task/work in a separate thread but a process as a whole shouldn't progress until specific job has been completed. &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |———[async task A] —————————-&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |start—- +———[async task B]———</description>
      <pubDate>Wed, 04 May 2011 16:10:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/whats-the-best-way-to-design-a-process-that-runs-tasks-async/m-p/54022#M32127</guid>
      <dc:creator>gs76pl</dc:creator>
      <dc:date>2011-05-04T16:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: whats the best way to design a process that runs tasks async</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/whats-the-best-way-to-design-a-process-that-runs-tasks-async/m-p/54023#M32128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Making a certain activity asynchronous is something we haven't implemented yet (it's also not part of the BPMN 2.0 spec).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On the forum, people have suggested that you can mimic asynchronicity by putting a 'fake' timer (with very small time) in front of the tasks you want to make async.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2011 06:24:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/whats-the-best-way-to-design-a-process-that-runs-tasks-async/m-p/54023#M32128</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2011-05-05T06:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: whats the best way to design a process that runs tasks async</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/whats-the-best-way-to-design-a-process-that-runs-tasks-async/m-p/54024#M32129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;you're right about bpmn 2.0 and async tasks but on the other hand it provides "sendTask" and "receiveTask" to handle the same. While i've seen support for "receiveTask" in the Activiti documentation and junit tests, i couldn't find any mention of "sendTask", hence I assume it's not being supported yet. Are there any plans to add support for "sendTask"?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2011 09:38:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/whats-the-best-way-to-design-a-process-that-runs-tasks-async/m-p/54024#M32129</guid>
      <dc:creator>gs76pl</dc:creator>
      <dc:date>2011-05-05T09:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: whats the best way to design a process that runs tasks async</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/whats-the-best-way-to-design-a-process-that-runs-tasks-async/m-p/54025#M32130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The send task does laready do something: sending a webservice call or sending an email - the webservice part being the&amp;nbsp; one of the BPMN spec.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, what you need is more lightweight: a simple execution listener would already suffice uf you just want to send out a Java method call, and receive it in the recive task.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2011 09:18:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/whats-the-best-way-to-design-a-process-that-runs-tasks-async/m-p/54025#M32130</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2011-05-09T09:18:12Z</dc:date>
    </item>
  </channel>
</rss>

