<?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 Advanced Workflow Tutorials in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/advanced-workflow-tutorials/m-p/278060#M231190</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you are new to Alfresco advanced workflows using Activiti, please read the &amp;lt;a href="&lt;/SPAN&gt;&lt;A href="http://ecmarchitect.com/alfresco-developer-series-tutorials/workflow/tutorial/tutorial.html" rel="nofollow noopener noreferrer"&gt;http://ecmarchitect.com/alfresco-developer-series-tutorials/workflow/tutorial/tutorial.html&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;Advanced Workflow Tutorial&amp;lt;/a&amp;gt; available at ecmarchitect.com. The tutorial includes multiple examples and source code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Mar 2012 14:40:36 GMT</pubDate>
    <dc:creator>jpotts</dc:creator>
    <dc:date>2012-03-21T14:40:36Z</dc:date>
    <item>
      <title>Advanced Workflow Tutorials</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/advanced-workflow-tutorials/m-p/278060#M231190</link>
      <description>If you are new to Alfresco advanced workflows using Activiti, please read the &amp;lt;a href="http://ecmarchitect.com/alfresco-developer-series-tutorials/workflow/tutorial/tutorial.html"&amp;gt;Advanced Workflow Tutorial&amp;lt;/a&amp;gt; available at ecmarchitect.com. The tutorial includes multiple examples and so</description>
      <pubDate>Wed, 21 Mar 2012 14:40:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/advanced-workflow-tutorials/m-p/278060#M231190</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2012-03-21T14:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Workflow Tutorials</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/advanced-workflow-tutorials/m-p/278061#M231191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Jeff,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the workflow tutorials&amp;nbsp; …&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to implement a workflow on folder in Alfresco share (Alfresco 3.4).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have added workflow action to folder, and i am able to start workflow on Folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But requirement is any user whom the task is assigned can add other document also to that folder.. and that document will be part of workflow for coming stages.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you suggest how to achieve that …?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 May 2012 04:09:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/advanced-workflow-tutorials/m-p/278061#M231191</guid>
      <dc:creator>tapan_d_thakkar</dc:creator>
      <dc:date>2012-05-20T04:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Workflow Tutorials</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/advanced-workflow-tutorials/m-p/278062#M231192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There are two ways you can do this that I can think of. First, if you are routing the folder in the workflow, the folder itself is in the workflow package. So when your workflow performs operations on the items in the package, the code can just drill into the folder, and any document in the folder will be accessible to the workflow. This is probably the easiest approach.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;An alternative approach would be to set a rule on folders that would be triggered when new items are added to the folder. The rule would check to see if the folder is part of a workflow. If it is part of a workflow, the rule could get a handle to the workflow package and then add the new document to the workflow package.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd definitely go with the first option if it works for you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 14:44:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/advanced-workflow-tutorials/m-p/278062#M231192</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2012-05-21T14:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Workflow Tutorials</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/advanced-workflow-tutorials/m-p/278063#M231193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The error you are getting, 404, means that the browser asked the server for a page and the server couldn't find it. This could indicate that your server never fully started. In order for me to provide any assistance, you'll need to provide any errors or stack traces you are seeing in your Alfresco log file. In your case, that log file lives in c:\Alfresco\tomcat\logs\catalina.out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 11:11:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/advanced-workflow-tutorials/m-p/278063#M231193</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2012-06-14T11:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Workflow Tutorials</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/advanced-workflow-tutorials/m-p/278064#M231194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Jeff, I followed his tutorial and everything worked! I wonder if I have to enter information in a SQL Server database from within the file ExternalReviewNotification.java after sending the email?&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;[SOLVED]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;to solve the problem only enter a database connection in the class ExternalReviewNotification.java&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2012 18:46:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/advanced-workflow-tutorials/m-p/278064#M231194</guid>
      <dc:creator>prpontes</dc:creator>
      <dc:date>2012-08-13T18:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Workflow Tutorials</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/advanced-workflow-tutorials/m-p/278065#M231195</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;SPAN&gt;I'm a beginner user of Alfresco 3.4 community ,so i have a lot of problems to implement advandced workflow with jbpm engine,i've followed some tutorial but without success.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i didn't find the suitable tutorial for the version that i use.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thnx for your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Mar 2013 11:14:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/advanced-workflow-tutorials/m-p/278065#M231195</guid>
      <dc:creator>ahmedbnf</dc:creator>
      <dc:date>2013-03-18T11:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Workflow Tutorials</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/advanced-workflow-tutorials/m-p/278066#M231196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;what is the error you are facing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And which link you are referring?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There is nothing much specific related to the version as far as workflow is concerned.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Mar 2013 11:41:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/advanced-workflow-tutorials/m-p/278066#M231196</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2013-03-18T11:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Workflow Tutorials</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/advanced-workflow-tutorials/m-p/278067#M231197</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;SPAN&gt;i have scenario where i want to add a work flow to a folder so that any files uploaded to the folder can be approved. actually i tried to use rule but it seems to support only simple workflow is there any way i can apply my workflow. i am using alfresco community 4.2 c&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanx &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Apr 2013 08:33:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/advanced-workflow-tutorials/m-p/278067#M231197</guid>
      <dc:creator>amitkumar1</dc:creator>
      <dc:date>2013-04-17T08:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Workflow Tutorials</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/advanced-workflow-tutorials/m-p/278068#M231198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;you can do it using a rule. You can create a rule which execute a javascript script when a file is uploaded in a folder. In the javascript file you can start a workflow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pawel Rzeszowski.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Apr 2013 09:39:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/advanced-workflow-tutorials/m-p/278068#M231198</guid>
      <dc:creator>pawel_rzeszowsk</dc:creator>
      <dc:date>2013-04-17T09:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Workflow Tutorials</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/advanced-workflow-tutorials/m-p/278069#M231199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thank you for your reply,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i tried to execute a script from a rule but it shows a review and appove for approver but when i go to the task it doesnt show any items in it don't know whats wrong…….&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Plz Help&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Apr 2013 08:34:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/advanced-workflow-tutorials/m-p/278069#M231199</guid>
      <dc:creator>amitkumar1</dc:creator>
      <dc:date>2013-04-18T08:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Workflow Tutorials</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/advanced-workflow-tutorials/m-p/278070#M231200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;you can pass variable to your workflow which will store a nodeRef to the document(s) which are needed in the workflow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pawel Rzeszowski.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Apr 2013 09:11:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/advanced-workflow-tutorials/m-p/278070#M231200</guid>
      <dc:creator>pawel_rzeszowsk</dc:creator>
      <dc:date>2013-04-18T09:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Workflow Tutorials</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/advanced-workflow-tutorials/m-p/278071#M231201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Jeff&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for providing nice tutorial .. i have read ur second edition , can you also provide tutorials on rules and actions , i am currently applying rule on folder through execute script, i want that custom workflow trigger and document should move to desired location.. i need help on this &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Apr 2013 06:03:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/advanced-workflow-tutorials/m-p/278071#M231201</guid>
      <dc:creator>himanshuk4u</dc:creator>
      <dc:date>2013-04-29T06:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Workflow Tutorials</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/advanced-workflow-tutorials/m-p/278072#M231202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;All of my tutorials live here: &lt;/SPAN&gt;&lt;A href="http://ecmarchitect.com/alfresco-developer-series" rel="nofollow noopener noreferrer"&gt;http://ecmarchitect.com/alfresco-developer-series&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The rules and actions tutorial is linked to from that page, or you can go directly to it here: &lt;/SPAN&gt;&lt;A href="http://ecmarchitect.com/images/articles/alfresco-actions/actions-article-2ed.pdf" rel="nofollow noopener noreferrer"&gt;http://ecmarchitect.com/images/articles/alfresco-actions/actions-article-2ed.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The second edition was tested on 4.0.c. I have not personally tested it against any 4.2 community versions, so if you try it out, I'll be curious to hear how it goes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2013 23:03:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/advanced-workflow-tutorials/m-p/278072#M231202</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2013-04-30T23:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Workflow Tutorials</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/advanced-workflow-tutorials/m-p/278073#M231203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Jeff&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have some problems,when I running the example in the advanced-workflow-tuturial second edition,I start workflow named Publish Whitepaper to web(activiti) then I saved the workflow,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;there are some question as follows&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;First:When a reviewer edit this task appear "org.activiti.engine.ActivitiException: Exception while invoking TaskListener: Exception while invoking TaskListener: 00150043 Failed to execute supplied script: 00150042 ReferenceError: "scwf_approveCount" is not defined. (AlfrescoJS#2)" error,in fact the property&amp;nbsp; scwf_approveCount exists in activitiPublishWhitepaper.bpmn20.xml file,could you tell me a solution?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Second,there are two groups in publish whitepaper to web workflow,At the begin of starting this workflow,we must create two groups group_operations and group_marketing then add user to the groups,I have did it,but I found the user in the groups don't have the task, I feel fuzzy,could you tell me the solutions?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you in advances!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 11:50:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/advanced-workflow-tutorials/m-p/278073#M231203</guid>
      <dc:creator>rock_tu</dc:creator>
      <dc:date>2014-01-15T11:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Workflow Tutorials</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/advanced-workflow-tutorials/m-p/278074#M231204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;HI Jeff&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thenks for you provide our so a book,I running the Publish WhitePaper to Web(activiti) workflow,I found some error,Could you help me?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;first,when a user edit the task and try to save it,appear error as foollows:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;org.activiti.engine.ActivitiException: Exception while invoking TaskListener: Exception while invoking TaskListener: 00160039 Failed to execute supplied script: 00160038 ReferenceError: "scwf_approveCount" is not defined. (AlfrescoJS#2) and org.activiti.engine.ActivitiException: Unknown property used in expression: ${scwf_approveCount &amp;lt; 2},In fact the property scwf_approveCount exists why ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Second ,I feel confuse that there are two groups in this workflow named GROUP_Operations and GROUP_Marketing,I have added some users in it,but when user login the share,it is surprise that the user don't find the task why?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks in advances Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 07:57:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/advanced-workflow-tutorials/m-p/278074#M231204</guid>
      <dc:creator>rock_tu</dc:creator>
      <dc:date>2014-01-16T07:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Workflow Tutorials</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/advanced-workflow-tutorials/m-p/278075#M231205</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;SPAN&gt;on page 32 the tutorial states that variables inside a script task (and the whole Javascript code snippet) should be written between !CDATA:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;scriptTask id="scripttask1" name="Submit" scriptFormat="javascript"&amp;gt;&lt;BR /&gt;&amp;lt;script&amp;gt;&amp;lt;![CDATA[var scwf_approveCount = 0; var scwf_tpApproved =&lt;BR /&gt;false;]]&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;/scriptTask&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;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;In the workflow definition you attached the CDATA section is missing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rgeards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Andrea&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 08:50:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/advanced-workflow-tutorials/m-p/278075#M231205</guid>
      <dc:creator>abarisone</dc:creator>
      <dc:date>2014-01-16T08:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Workflow Tutorials</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/advanced-workflow-tutorials/m-p/278076#M231206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi abarisone&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;First,thank you for your answer,I have modify like what you said,but it does't work,do you know what another reasons cases this trouble?thank you for your answer again!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 09:18:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/advanced-workflow-tutorials/m-p/278076#M231206</guid>
      <dc:creator>rock_tu</dc:creator>
      <dc:date>2014-01-16T09:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Workflow Tutorials</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/advanced-workflow-tutorials/m-p/278077#M231207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Comparing the snippet above with the latest version of the workflow, I notice that the activiti:autoStoreVariables attribute is missing. I wonder if that could be it. See below.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;scriptTask id="scripttask1" name="Submit" scriptFormat="javascript" activiti:autoStoreVariables="true"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script&amp;gt;var scwf_approveCount = 0; var scwf_tpApproved = false;&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/scriptTask&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;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 16:23:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/advanced-workflow-tutorials/m-p/278077#M231207</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2014-01-17T16:23:49Z</dc:date>
    </item>
  </channel>
</rss>

