<?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 Workflow with Alfresco 4.2 in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/workflow-with-alfresco-4-2/m-p/9100#M4101</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;Hello, I am trying to create a workflow for alfresco 4.2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;I found this tuto for the version 5.2, and I use it for the inspiration: &lt;A href="http://ecmarchitect.com/alfresco-developer-series-tutorials/workflow/tutorial/tutorial.html" rel="nofollow noopener noreferrer"&gt;&lt;SPAN style="color: blue;"&gt;Creating Custom Advanced Workflows in Alfresco | ECMArchitect | Alfresco Developer Tutorials&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;And I am actually stuck:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;I used the SDK 3 to download the archetype all-in-one, and I successfully applied the modification to compile for the version 4.2.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;I added the Activiti BPMN 2.0 designer to eclipse, and successfully created the two workflow (.bpmn file)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;the problem occurred when I modify the bootstrap-context.xml, once I edit this file I have the following error, and the Alfresco instance (launch with the batch) won’t start.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;my questions are: &lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;the archetype had create a .bpmn20.xml file, what’s the difference between the .bpmn20.xml and the .bpmn?&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;does the configuration of bootstrap-context.xml change between alfresco 4 and 5 ?&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'workflow-platform-jar.dictionaryBootstrap' defined in class path resource [alfresco/module/workflow-platform-jar/context/bootstrap-context.xml]: Invocation of init method failed; nested exception is org.alfresco.service.cmr.dictionary.DictionaryException: 08210000 Could not find bootstrap model alfresco/module/workflow-platform-jar/model/content-model.xml&lt;/P&gt;&lt;P&gt;[...]&lt;/P&gt;&lt;P&gt;Caused by: org.alfresco.service.cmr.dictionary.DictionaryException: 08210000 Could not find bootstrap model alfresco/module/workflow-platform-jar/model/content-model.xml&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;error following by this when I try to log on alfresco:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2017-09-21 13:57:00,365&amp;nbsp; ERROR [solr.tracker.CoreTracker] [SolrTrackerScheduler_Worker-3] Tracking failed&lt;BR /&gt;&amp;nbsp;org.alfresco.error.AlfrescoRuntimeException: 08210001 GetModelsDiff return status is 404&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Sep 2017 13:50:51 GMT</pubDate>
    <dc:creator>vmiorga</dc:creator>
    <dc:date>2017-09-21T13:50:51Z</dc:date>
    <item>
      <title>Workflow with Alfresco 4.2</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/workflow-with-alfresco-4-2/m-p/9100#M4101</link>
      <description>Hello, I am trying to create a workflow for alfresco 4.2.I found this tuto for the version 5.2, and I use it for the inspiration: Creating Custom Advanced Workflows in Alfresco | ECMArchitect | Alfresco Developer Tutorials&amp;nbsp;And I am actually stuck:I used the SDK 3 to download the archetype all-in-one</description>
      <pubDate>Thu, 21 Sep 2017 13:50:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/workflow-with-alfresco-4-2/m-p/9100#M4101</guid>
      <dc:creator>vmiorga</dc:creator>
      <dc:date>2017-09-21T13:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow with Alfresco 4.2</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/workflow-with-alfresco-4-2/m-p/9101#M4102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The extension of the BPMN files changed across releases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Spring context file config hasn't really changed, but pay close attention to the model name. Your error says it cannot find "content-model.xml". The tutorial used "&lt;SPAN style="color: #24292e; background-color: #ffffff;"&gt;scWorkflowModel.xml". Whatever name you ended up using for the actual file, make sure it matches what is in the Spring config.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2017 22:23:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/workflow-with-alfresco-4-2/m-p/9101#M4102</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2017-09-21T22:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow with Alfresco 4.2</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/workflow-with-alfresco-4-2/m-p/9102#M4103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes the issue was link to the name .... the auto formating of eclipse added a line break betwen the file path and the &amp;lt;/prop&amp;gt; tag .... &lt;/P&gt;&lt;P&gt;this:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&amp;lt;props&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;prop key="location"&amp;gt;alfresco/module/${project.artifactId}/workflow/helloWorld.bpmn&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/prop&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&amp;lt;/props&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;should be correct in:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&amp;lt;props&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;prop key="location"&amp;gt;alfresco/module/${project.artifactId}/workflow/helloWorld.bpmn&amp;lt;/prop&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&amp;lt;/props&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2017 08:01:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/workflow-with-alfresco-4-2/m-p/9102#M4103</guid>
      <dc:creator>vmiorga</dc:creator>
      <dc:date>2017-09-27T08:01:54Z</dc:date>
    </item>
  </channel>
</rss>

