<?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: new workflow definition not getting display in the list wf in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/new-workflow-definition-not-getting-display-in-the-list-wf/m-p/260165#M213295</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;Judging from the way you're asking your question, you have a lot of read up to do. But here is an explanation of some of those files:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. ltsTaskModel.xml this file defines task types that will be used by the process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. ltsProcessDefinition.xml is the BPM definition of how you want the process to flow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. LTSDocuModel.xml would probably be defining the metadata fields used by the documents that will be attached to the workflow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. share-config.xml is used to specify how you want your forms to be presented. This is to structure the properties of the task types you defined in the Task Model file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. docuModel-context.xml anything with a "-context.xml" suffix in Alfresco is a bean definition to register models, class etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now with that being said please read up on the wiki about custom workflows. And also follow this link: &lt;/SPAN&gt;&lt;A href="http://jmuras.com/blog/2012/creation-of-workflow-in-alfresco-using-activiti-step-by-step/" rel="nofollow noopener noreferrer"&gt;http://jmuras.com/blog/2012/creation-of-workflow-in-alfresco-using-activiti-step-by-step/&lt;/A&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Aug 2015 13:55:14 GMT</pubDate>
    <dc:creator>darkredd</dc:creator>
    <dc:date>2015-08-06T13:55:14Z</dc:date>
    <item>
      <title>new workflow definition not getting display in the list wf</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/new-workflow-definition-not-getting-display-in-the-list-wf/m-p/260161#M213291</link>
      <description>Hi,I have to create a new workflow process definition. I created the following files:-alfresco/model/DocuModel.xml-alfresco/workflow/TaskModel.xml-alfresco/workflow/ProcessDefinition.xml-alfresco/extension/docuModel-context.xml-alfresco/web-client-config.xmlI have configured the xmls. But when i sto</description>
      <pubDate>Tue, 18 Dec 2012 09:46:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/new-workflow-definition-not-getting-display-in-the-list-wf/m-p/260161#M213291</guid>
      <dc:creator>amitnerkar</dc:creator>
      <dc:date>2012-12-18T09:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: new workflow definition not getting display in the list wf</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/new-workflow-definition-not-getting-display-in-the-list-wf/m-p/260162#M213292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I know this question is quite old but maybe someone else is also looking for an answer to similar problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you ever &lt;/SPAN&gt;&lt;STRONG&gt;deployed&lt;/STRONG&gt;&lt;SPAN&gt; your process on a workflow engine?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;According to your configuration the process is not deployed automatically. To do this, add this line:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;prop key="redeploy"&amp;gt;true&amp;lt;/prop&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;to your lts.process bean:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;bean id="lts.process" parent="workflowDeployer"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;property name="workflowDefinitions"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;list&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;props&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;prop key="engineId"&amp;gt;jbpm&amp;lt;/prop&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;prop key="location"&amp;gt;alfresco/workflow/ltsProcessDefinition.xml&amp;lt;/prop&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;prop key="mimetype"&amp;gt;text/xml&amp;lt;/prop&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;prop key="redeploy"&amp;gt;true&amp;lt;/prop&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/props&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/list&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;BR /&gt;&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;/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;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But keep in mind that with this option set to true your process definition will be deployed each time the server starts.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another solution is to deploy the process definition manually.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Visit:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://localhost:8080/alfresco/faces/jsp/admin/workflow-console.jsp" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/faces/jsp/admin/workflow-console.jsp&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;(where localhost:8080 is your Alfresco URL)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. If you get 403 error go to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://localhost:8080/alfresco/faces/jsp/dashboards/container.jsp" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/faces/jsp/dashboards/container.jsp&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;login as &lt;/SPAN&gt;&lt;STRONG&gt;admin&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;go back to&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://localhost:8080/alfresco/faces/jsp/admin/workflow-console.jsp" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/faces/jsp/admin/workflow-console.jsp&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Deploy your process definition by typing:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;deploy activiti alfresco/module/&amp;lt;your_module_name&amp;gt;/&amp;lt;path_to_your_process_definition&amp;gt;/&amp;lt;process_definition&amp;gt;.bpmn&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;in your case&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;deploy activiti alfresco/module/&amp;lt;your_module_name&amp;gt;/workflow/ProcessDefinition.xml&lt;SPAN class="line-numbers-rows"&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;4. Check if the process was successfully deployed by typing:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;show definitions all&lt;SPAN class="line-numbers-rows"&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;5. Try to start a new workflow as you did already. The new process should appear.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another reason why a process does not appear in the process list is that it can be hidden but I don't suppose that's your case. If you interested in hiding workflows, see &lt;/SPAN&gt;&lt;A href="https://forums.alfresco.com/forum/developer-discussions/workflow/how-hide-custom-workflow-share-workflow-dropdown-09042012-0739" rel="nofollow noopener noreferrer"&gt;https://forums.alfresco.com/forum/developer-discussions/workflow/how-hide-custom-workflow-share-workflow-dropdown-09042012-0739&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 09:10:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/new-workflow-definition-not-getting-display-in-the-list-wf/m-p/260162#M213292</guid>
      <dc:creator>pjankowski</dc:creator>
      <dc:date>2013-06-10T09:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: new workflow definition not getting display in the list wf</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/new-workflow-definition-not-getting-display-in-the-list-wf/m-p/260163#M213293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Add this to your global configuration file : &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;system.workflow.engine.jbpm.enabled=true&lt;BR /&gt;system.workflow.engine.activiti.enabled=false&lt;BR /&gt;system.workflow.engine.jbpm.definitions.visible=true&lt;BR /&gt;system.workflow.engine.activiti.definitions.visible=false&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;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can choose wich process engine you are using JBPM/Activity .&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2013 15:32:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/new-workflow-definition-not-getting-display-in-the-list-wf/m-p/260163#M213293</guid>
      <dc:creator>aitbenmouh</dc:creator>
      <dc:date>2013-06-18T15:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: new workflow definition not getting display in the list wf</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/new-workflow-definition-not-getting-display-in-the-list-wf/m-p/260164#M213294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, I am new to alfresco custom workflows and I will like to try your workflow sample but realised you have no file for share-workflow-form-config.xml. Also, if u can differentiate which of your files is DocuModel.xml and docuModel-context.xml since you have two of the same file names with different content. Please help with the locations of each file. I also got an error of files LTSDocuModel.xml, ltsTaskModel.xml and ltsProcessDefinition.xml not found and will appreciate your help on that as well. Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 11:23:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/new-workflow-definition-not-getting-display-in-the-list-wf/m-p/260164#M213294</guid>
      <dc:creator>deehansdee</dc:creator>
      <dc:date>2015-08-06T11:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: new workflow definition not getting display in the list wf</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/new-workflow-definition-not-getting-display-in-the-list-wf/m-p/260165#M213295</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;Judging from the way you're asking your question, you have a lot of read up to do. But here is an explanation of some of those files:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. ltsTaskModel.xml this file defines task types that will be used by the process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. ltsProcessDefinition.xml is the BPM definition of how you want the process to flow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. LTSDocuModel.xml would probably be defining the metadata fields used by the documents that will be attached to the workflow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. share-config.xml is used to specify how you want your forms to be presented. This is to structure the properties of the task types you defined in the Task Model file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. docuModel-context.xml anything with a "-context.xml" suffix in Alfresco is a bean definition to register models, class etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now with that being said please read up on the wiki about custom workflows. And also follow this link: &lt;/SPAN&gt;&lt;A href="http://jmuras.com/blog/2012/creation-of-workflow-in-alfresco-using-activiti-step-by-step/" rel="nofollow noopener noreferrer"&gt;http://jmuras.com/blog/2012/creation-of-workflow-in-alfresco-using-activiti-step-by-step/&lt;/A&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 13:55:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/new-workflow-definition-not-getting-display-in-the-list-wf/m-p/260165#M213295</guid>
      <dc:creator>darkredd</dc:creator>
      <dc:date>2015-08-06T13:55:14Z</dc:date>
    </item>
  </channel>
</rss>

