I use Alfresco Share.
Because we do not use workflow function, I want to hide the workflow function from the menu on the detail screen of the document.
Please how should I solve this problem?
Thanks in advanced.
Solved! Go to Solution.
You can disable start workflow action by adding below code in share-config-custom.xml.
<config evaluator="string-compare" condition="DocLibActions"> <actions> <action id="document-assign-workflow"> <evaluator>evaluator.doclib.action.disableAction</evaluator> </action> </actions></config>
You can refer following url regarding customization's for actions:
Adding new actions to the Document Library | Alfresco Documentation
You can disable start workflow action by adding below code in share-config-custom.xml.
<config evaluator="string-compare" condition="DocLibActions"> <actions> <action id="document-assign-workflow"> <evaluator>evaluator.doclib.action.disableAction</evaluator> </action> </actions></config>
It is the result that I wanted. Thank you.
My Pleasure.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.