<?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 What is the fastest means to move content from a user's SB in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/what-is-the-fastest-means-to-move-content-from-a-user-s-sb/m-p/228204#M181334</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We need to be able to deploy content, in some scenarios, from a user's sandbox, to staging for shared search purposes, to FSR deployment targets in as close to real-time as possible (breaking news, etc).&amp;nbsp; We need to do this from a RESTful API - a Websript.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There has been a direct-deploy workflow developed for us that attempts to achieve this.&amp;nbsp; However, what we've found is that the time that content sits in workflow can be variable, and time time it sits in staging can be variable. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone have any thoughts and ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Karl&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jan 2010 12:17:36 GMT</pubDate>
    <dc:creator>kmartino</dc:creator>
    <dc:date>2010-01-13T12:17:36Z</dc:date>
    <item>
      <title>What is the fastest means to move content from a user's SB</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/what-is-the-fastest-means-to-move-content-from-a-user-s-sb/m-p/228204#M181334</link>
      <description>Hello,We need to be able to deploy content, in some scenarios, from a user's sandbox, to staging for shared search purposes, to FSR deployment targets in as close to real-time as possible (breaking news, etc).&amp;nbsp; We need to do this from a RESTful API - a Websript.&amp;nbsp; There has been a direct-deploy workf</description>
      <pubDate>Wed, 13 Jan 2010 12:17:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/what-is-the-fastest-means-to-move-content-from-a-user-s-sb/m-p/228204#M181334</guid>
      <dc:creator>kmartino</dc:creator>
      <dc:date>2010-01-13T12:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: What is the fastest means to move content from a user's SB</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/what-is-the-fastest-means-to-move-content-from-a-user-s-sb/m-p/228205#M181335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The workflow works by polling.&amp;nbsp;&amp;nbsp; One easy change is to decrease the poll delay to a few seconds.&amp;nbsp;&amp;nbsp; That's what the latest versions of Alfresco do.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It should also be possible to modify the workflow to trigger immediately if there's nothing else queued.&amp;nbsp;&amp;nbsp; If you get that working then please contribute your changes. :wink:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2010 13:14:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/what-is-the-fastest-means-to-move-content-from-a-user-s-sb/m-p/228205#M181335</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2010-01-13T13:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: What is the fastest means to move content from a user's SB</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/what-is-the-fastest-means-to-move-content-from-a-user-s-sb/m-p/228206#M181336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In this jar (alfresco enterprise 3.2):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"tomcat\webapps\alfresco\WEB-INF\lib\alfresco-repository.jar"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you'll find this resource:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;org\alfresco\repo\workflow\jbpm\jbpm.cfg.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Find the bean definition:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;nbsp; &amp;lt;bean name="jbpm.job.executor" class="org.alfresco.repo.workflow.jbpm.AlfrescoJobExecutor"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; …..&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="idleInterval"&amp;gt;&amp;lt;int value="90000" /&amp;gt;&amp;lt;/field&amp;gt; &amp;lt;!– 15 minutes –&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;The idleInterval value looks like it's configured in milliseconds - so it'll trigger every 1.5 minutes (a typo in the comment?).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is that correct?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2010 14:10:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/what-is-the-fastest-means-to-move-content-from-a-user-s-sb/m-p/228206#M181336</guid>
      <dc:creator>tommorris</dc:creator>
      <dc:date>2010-01-13T14:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: What is the fastest means to move content from a user's SB</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/what-is-the-fastest-means-to-move-content-from-a-user-s-sb/m-p/228207#M181337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes.&amp;nbsp;&amp;nbsp; Its 5000 (5 seconds) on the latest versions of Alfresco.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2010 16:01:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/what-is-the-fastest-means-to-move-content-from-a-user-s-sb/m-p/228207#M181337</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2010-01-13T16:01:59Z</dc:date>
    </item>
  </channel>
</rss>

