<?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 Remote execution of long-running services question... in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/remote-execution-of-long-running-services-question/m-p/19481#M9007</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Trying to figure out the best way to implement a task that calls a long-running remote service and then stops flow execution until its notified for completion without tying up the running computational thread. Would it make sense to have the remote service started using the "Java Service Task" (which we implement, of course), then the next task in the flow being the "Java Receive Task" which we would call in a programmatic fashion hours later? So the thread that initially ran the Java Service Task would be completed when the Java Receive Task was initially executed, and the flow itself would continue once the received task was signaled?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just making sure I got that correct, and checking to see if there was another way to do this that would be better.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Jan 2011 20:40:01 GMT</pubDate>
    <dc:creator>wolpert</dc:creator>
    <dc:date>2011-01-17T20:40:01Z</dc:date>
    <item>
      <title>Remote execution of long-running services question...</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/remote-execution-of-long-running-services-question/m-p/19481#M9007</link>
      <description>Trying to figure out the best way to implement a task that calls a long-running remote service and then stops flow execution until its notified for completion without tying up the running computational thread. Would it make sense to have the remote service started using the "Java Service Task" (whic</description>
      <pubDate>Mon, 17 Jan 2011 20:40:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/remote-execution-of-long-running-services-question/m-p/19481#M9007</guid>
      <dc:creator>wolpert</dc:creator>
      <dc:date>2011-01-17T20:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Remote execution of long-running services question...</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/remote-execution-of-long-running-services-question/m-p/19482#M9008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That is indeed a good analysis. One extra thing: you will need the executionId to call back the process once the lon computation is done. An executionListener can also be used for this purpose (ie sending the executionId to the external system for later callback).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jan 2011 08:59:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/remote-execution-of-long-running-services-question/m-p/19482#M9008</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2011-01-18T08:59:31Z</dc:date>
    </item>
  </channel>
</rss>

