02-12-2014 05:57 AM
02-18-2019 08:44 PM
Jeff, thanks for your response.
I solved the situation. I found a file at the following path: \tomcat\webapps\share\WEB-INF\classes\alfresco\share-config.xml. That file contains a section for hiding simple workflows. It works for me.
<!-- A list of workflow definitions that are NOT displayed in Share -->
<hidden-workflows>
<!--Hide Basic Workflows -->
<workflow name="activiti$activitiReviewPooled"/>
<workflow name="activiti$activitiParallelReview"/>
<workflow name="activiti$activitiParallelGroupReview"/>
<workflow name="activiti$quickStartReviewPublish"/>
<workflow name="activiti$quickStartReviewPublishTree"/>
<workflow name="activiti$activitiAdhoc"/>
<!-- Hide all WCM related workflows -->
<workflow name="jbpm$wcmwf:*"/>
<workflow name="jbpm$wf:articleapproval"/>
<!-- Hide publishing workflows -->
<workflow name="activiti$publishWebContent"/>
<workflow name="jbpm$publishWebContent"/>
<!-- Hide invitation workflows -->
<workflow name="jbpm$inwf:invitation-nominated"/>
<workflow name="jbpm$imwf:invitation-moderated"/>
<workflow name="activiti$activitiInvitationModerated"/>
<workflow name="activiti$activitiInvitationNominated"/>
<workflow name="activiti$activitiInvitationNominatedAddDirect"/>
<workflow name="activiti$resetPassword"/>
</hidden-workflows>
02-12-2014 10:08 AM
02-13-2014 01:37 AM
01-08-2019 11:17 PM
hi,
i'm not able to undeploy the workflow as it shows syntax error in admin workflow console
01-28-2019 10:09 AM
What command did you type in the admin workflow console?
02-16-2019 02:39 PM
hi, Jeff I followed your indications and the result is positive, but when the machine is rebooted, the workflows are deployed again.
02-18-2019 02:28 PM
It sounds like those workflows are configured for automatic deployment via Spring. You have to remove the reference to them from your Spring configuration or they will continue to be automatically deployed on every restart.
02-18-2019 08:44 PM
Jeff, thanks for your response.
I solved the situation. I found a file at the following path: \tomcat\webapps\share\WEB-INF\classes\alfresco\share-config.xml. That file contains a section for hiding simple workflows. It works for me.
<!-- A list of workflow definitions that are NOT displayed in Share -->
<hidden-workflows>
<!--Hide Basic Workflows -->
<workflow name="activiti$activitiReviewPooled"/>
<workflow name="activiti$activitiParallelReview"/>
<workflow name="activiti$activitiParallelGroupReview"/>
<workflow name="activiti$quickStartReviewPublish"/>
<workflow name="activiti$quickStartReviewPublishTree"/>
<workflow name="activiti$activitiAdhoc"/>
<!-- Hide all WCM related workflows -->
<workflow name="jbpm$wcmwf:*"/>
<workflow name="jbpm$wf:articleapproval"/>
<!-- Hide publishing workflows -->
<workflow name="activiti$publishWebContent"/>
<workflow name="jbpm$publishWebContent"/>
<!-- Hide invitation workflows -->
<workflow name="jbpm$inwf:invitation-nominated"/>
<workflow name="jbpm$imwf:invitation-moderated"/>
<workflow name="activiti$activitiInvitationModerated"/>
<workflow name="activiti$activitiInvitationNominated"/>
<workflow name="activiti$activitiInvitationNominatedAddDirect"/>
<workflow name="activiti$resetPassword"/>
</hidden-workflows>
02-19-2019 10:04 AM
Perfect, well done. Glad you figured it out.
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.