<?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: Remove the predefined alfresco workflows name in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/remove-the-predefined-alfresco-workflows-name/m-p/249189#M202319</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've got a dim memory of adding spring configuration so you can hide some workflow names from the UI.&amp;nbsp;&amp;nbsp; So you can still have them defined and working,&amp;nbsp; but not start them from explorer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That could be another approach.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Apr 2012 14:51:24 GMT</pubDate>
    <dc:creator>mrogers</dc:creator>
    <dc:date>2012-04-05T14:51:24Z</dc:date>
    <item>
      <title>Remove the predefined alfresco workflows name</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/remove-the-predefined-alfresco-workflows-name/m-p/249186#M202316</link>
      <description>i want to remove all the alfresco workflow from the start workflow drop down.from where i can do thatThanks in advance</description>
      <pubDate>Tue, 27 Mar 2012 06:00:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/remove-the-predefined-alfresco-workflows-name/m-p/249186#M202316</guid>
      <dc:creator>nkalra1</dc:creator>
      <dc:date>2012-03-27T06:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Remove the predefined alfresco workflows name</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/remove-the-predefined-alfresco-workflows-name/m-p/249187#M202317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1. Log in to Alfresco Explorer as an Administrator&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Go to the &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/faces/jsp/admin/workflow-console.jsp" rel="nofollow noopener noreferrer"&gt;workflow console&lt;/A&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Type "show definitions all" and click submit. You should see something like:&lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;id: activiti$activitiAdhoc:1:4 , name: activiti$activitiAdhoc , title: Adhoc Workflow , version: 1&lt;BR /&gt;id: activiti$activitiInvitationModerated:1:23 , name: activiti$activitiInvitationModerated , title: Invitation - Moderated , version: 1&lt;BR /&gt;id: activiti$activitiInvitationNominated:1:26 , name: activiti$activitiInvitationNominated , title: Site Invitation - Nominated , version: 1&lt;BR /&gt;id: activiti$activitiParallelGroupReview:1:20 , name: activiti$activitiParallelGroupReview , title: Group Review And Approve , version: 1&lt;BR /&gt;id: activiti$activitiParallelReview:1:16 , name: activiti$activitiParallelReview , title: Parallel Review And Approve , version: 1&lt;BR /&gt;id: activiti$activitiReview:1:8 , name: activiti$activitiReview , title: Review And Approve , version: 1&lt;BR /&gt;id: activiti$activitiReviewPooled:1:12 , name: activiti$activitiReviewPooled , title: Pooled Review And Approve , version: 1&lt;BR /&gt;id: activiti$publishWebContent:1:29 , name: activiti$publishWebContent , title: Publish Web Content Activiti Process , version: 1&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;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;4. For each name in the list, type "undeploy definition name [NAME]" where "[NAME]" is one of the names in the list, like "activiti$activitiAdhoc".&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, 27 Mar 2012 15:58:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/remove-the-predefined-alfresco-workflows-name/m-p/249187#M202317</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2012-03-27T15:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: Remove the predefined alfresco workflows name</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/remove-the-predefined-alfresco-workflows-name/m-p/249188#M202318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you use the workflow console, it will undeploy. However, if you restart alfresco, it will then add them back.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You have to modify the bootstrap-context.xml in alfresco\WEB-INF\classes\alfresco to remove them for good.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Look for the workflowBootstrap bean, comment out the workflows that you don't want and restart alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;bean id="workflowBootstrap" parent="workflowDeployer"&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;property name="workflowDefinitions"&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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;list&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;….&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2012 14:08:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/remove-the-predefined-alfresco-workflows-name/m-p/249188#M202318</guid>
      <dc:creator>dheverly</dc:creator>
      <dc:date>2012-04-05T14:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Remove the predefined alfresco workflows name</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/remove-the-predefined-alfresco-workflows-name/m-p/249189#M202319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've got a dim memory of adding spring configuration so you can hide some workflow names from the UI.&amp;nbsp;&amp;nbsp; So you can still have them defined and working,&amp;nbsp; but not start them from explorer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That could be another approach.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2012 14:51:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/remove-the-predefined-alfresco-workflows-name/m-p/249189#M202319</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2012-04-05T14:51:24Z</dc:date>
    </item>
  </channel>
</rss>

