<?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 Regd modification of Web Site Submission Workflow in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/regd-modification-of-web-site-submission-workflow/m-p/220967#M174097</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;SPAN&gt;I want to customize "website submission workflow" which we use for a web project.As per its default flow when content creator creates content using a web-project,content is submitted to content editor where editor can see the review task in his "Tasks to do" dashlet.Editor can open the task &amp;amp; clicks on "Approve" button to approve the content.Now workflow points to content creator where creator can see the approved content as task in his "Tasks to do" dashlet.Now when creator clicks on "Task Done" button,content is actually deployed from Creator sandbox to Editor sandbox.Here we are using ASR deployment to deploy content from Creator sandbox to Editor sandbox.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As per our project requirement ,we want that as soon as editor approves the content,the content should be deployed from Creator's sandbox to Editor's sandbox so that content creator need not to do "Task done" to deploy content.How can we achieve this?Can it be done by changing appropriate configuration files?Or do we need to write our own customized workflow?If so, are there any docs??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jul 2009 07:23:46 GMT</pubDate>
    <dc:creator>dynamolalit</dc:creator>
    <dc:date>2009-07-08T07:23:46Z</dc:date>
    <item>
      <title>Regd modification of Web Site Submission Workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/regd-modification-of-web-site-submission-workflow/m-p/220967#M174097</link>
      <description>Hi,I want to customize "website submission workflow" which we use for a web project.As per its default flow when content creator creates content using a web-project,content is submitted to content editor where editor can see the review task in his "Tasks to do" dashlet.Editor can open the task &amp;amp;</description>
      <pubDate>Wed, 08 Jul 2009 07:23:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/regd-modification-of-web-site-submission-workflow/m-p/220967#M174097</guid>
      <dc:creator>dynamolalit</dc:creator>
      <dc:date>2009-07-08T07:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Regd modification of Web Site Submission Workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/regd-modification-of-web-site-submission-workflow/m-p/220968#M174098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What version are you running? If you're on 2.2.3 you might want to check this ticket:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://issues.alfresco.com/jira/browse/ETWOTWO-1161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel" rel="nofollow noopener noreferrer"&gt;https://issues.alfresco.com/jira/browse/ETWOTWO-1161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Otherwise, theoretically, you just have to skip the last task-node by changing where the final review transition points to.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2009 14:00:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/regd-modification-of-web-site-submission-workflow/m-p/220968#M174098</guid>
      <dc:creator>sethatrothbury</dc:creator>
      <dc:date>2009-07-09T14:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: Regd modification of Web Site Submission Workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/regd-modification-of-web-site-submission-workflow/m-p/220969#M174099</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;SPAN&gt;Now i am using Alfresco 3.1.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found a solution by replacing swimlane="initiator" to swimlane="assignee" in submit_processdefinition.xml at line no 192 &amp;amp; 216 as&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;task-node name="submitpending" end-tasks="true"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;task name="wcmwf:submitpendingTask" swimlane="assignee"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;…..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;amp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;task-node name="submitted" end-tasks="true"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;task name="wcmwf:submittedTask" swimlane="assignee"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;…..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But what i observed is that after this it is taking 3-4 minutes for content to be deployed from creator sandbox to editor sandbox???Also some times creator is getting intermediate screen showing submission pending from creator side?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do anyone has some idea on these things??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2009 05:18:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/regd-modification-of-web-site-submission-workflow/m-p/220969#M174099</guid>
      <dc:creator>dynamolalit</dc:creator>
      <dc:date>2009-07-13T05:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Regd modification of Web Site Submission Workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/regd-modification-of-web-site-submission-workflow/m-p/220970#M174100</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;SPAN&gt;jbpm workflow timer polls at every 15 min causing some delay.It can be configured by putting appropriate value for "idleInterval" parameter&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;field name="idleInterval"&amp;gt;&amp;lt;int value="your&amp;nbsp; value" /&amp;gt;&amp;lt;/field&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in jbpm.cfg.xml under org/alfresco/repo/workflow/jbpm package in alfresco-repository.jar in ../WEB-INF/lib.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2009 05:09:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/regd-modification-of-web-site-submission-workflow/m-p/220970#M174100</guid>
      <dc:creator>dynamolalit</dc:creator>
      <dc:date>2009-07-15T05:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Regd modification of Web Site Submission Workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/regd-modification-of-web-site-submission-workflow/m-p/220971#M174101</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;SPAN&gt;Finally i found that i can override this using info available @&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Content_Launch#Configuration" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Content_Launch#Configuration&lt;/A&gt;&lt;SPAN&gt; which says&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The workflow timer task polls every 1.5 mins (90 secs) by default, this can be changed in a file called jbpm.cfg.xml in the org/alfresco/repo/workflow/jbpm package. To change the "idleInterval" value, either edit this file directly or using the standard override mechanism, copy jpbm.cfg.xml and point to it by overriding the "jbpm_configuration" bean in workflow-context.xml. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So just go to &lt;/SPAN&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;alfresco.war\WEB-INF\classes\alfresco\workflow-context.xml&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;amp; search for jbpm_configuration.It will available as a bean definition like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;bean id="jbpm_configuration" class="org.alfresco.repo.workflow.jbpm.AlfrescoJbpmConfigurationFactoryBean"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="sessionFactory" ref="sessionFactory"/&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="configuration" value="classpath:org/alfresco/repo/workflow/jbpm/jbpm.cfg.xml"/&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/bean&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;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;So update classpath as per your requirement.Its done. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2010 05:53:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/regd-modification-of-web-site-submission-workflow/m-p/220971#M174101</guid>
      <dc:creator>dynamolalit</dc:creator>
      <dc:date>2010-01-19T05:53:02Z</dc:date>
    </item>
  </channel>
</rss>

