<?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: Restart status for long tasks in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/restart-status-for-long-tasks/m-p/193204#M146334</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hmm, not fully clear what you are trying to achieve. You mention 'job', is that the Activiti meaning of job (ie an async execution of some step of the process?). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If Activiti is down … the transaction will have rolled back to the previous stable state.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Oct 2014 10:12:46 GMT</pubDate>
    <dc:creator>jbarrez</dc:creator>
    <dc:date>2014-10-17T10:12:46Z</dc:date>
    <item>
      <title>Restart status for long tasks</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/restart-status-for-long-tasks/m-p/193203#M146333</link>
      <description>Hi,I have a long task to process, using an overload of the AbstractBpmnActivityBehavior class.I have implemented the execute() and signal() methods.And I'm based on Request/Acknowledge/Callback service design parttern [http://servicedesignpatterns.com/clientserviceinteractions/requestacknowledge]But</description>
      <pubDate>Fri, 17 Oct 2014 10:08:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/restart-status-for-long-tasks/m-p/193203#M146333</guid>
      <dc:creator>marcantoine</dc:creator>
      <dc:date>2014-10-17T10:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Restart status for long tasks</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/restart-status-for-long-tasks/m-p/193204#M146334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hmm, not fully clear what you are trying to achieve. You mention 'job', is that the Activiti meaning of job (ie an async execution of some step of the process?). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If Activiti is down … the transaction will have rolled back to the previous stable state.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 10:12:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/restart-status-for-long-tasks/m-p/193204#M146334</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-10-17T10:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Restart status for long tasks</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/restart-status-for-long-tasks/m-p/193205#M146335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry, for me the job is a long task executed in the web service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I try to refomulate it:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When the Activiti server is down during the callback of the async web service, the task will not be completed. When we restart activiti, is it possible to ask at the web service to have the information about the status of the managed async job ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Because the web service can't be informed about the restart of the Activiti service to re-send the callback.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it more clear ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 11:20:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/restart-status-for-long-tasks/m-p/193205#M146335</guid>
      <dc:creator>marcantoine</dc:creator>
      <dc:date>2014-10-17T11:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Restart status for long tasks</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/restart-status-for-long-tasks/m-p/193206#M146336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So there are two things that can happen:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. The engine goes down during the webservice call: if the engine shutdown down is graceful (engine.shutdown()), the async threadpool will finish nicely. If the engine crashes, the transaction will be rolled back to before the webservice call.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. The call is async, but there is a callback (ie service task send + receive task wait state). At that point, when the engine crashed, the status could be fetched from the ExecutionQuery, quering executions of a given process instance that are in a certain activity (pass the activity id)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 08:55:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/restart-status-for-long-tasks/m-p/193206#M146336</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-10-20T08:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: Restart status for long tasks</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/restart-status-for-long-tasks/m-p/193207#M146337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for precisions.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 12:09:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/restart-status-for-long-tasks/m-p/193207#M146337</guid>
      <dc:creator>marcantoine</dc:creator>
      <dc:date>2014-10-23T12:09:10Z</dc:date>
    </item>
  </channel>
</rss>

