Hi,
Can anyone tell how to disable(or remove) the Group review, one or more reviewer and Pooled review from the Workflow menu. I need only Single Review workflow.
Thanks in advance,
Raghu
Hi
This can be done using share-config-custom.xml. All you need to do is, mention workflow name which you want to hide under <hidden-workflows> tag. See following sample,
<config evaluator="string-compare" condition="Workflow">
<hidden-workflows>
<workflow name="activiti$activitiReviewPooled"/>
</hidden-workflows>
<hidden-tasks>
<task type="doc:*"/>
<task type="doc:*"/>
</hidden-tasks>
</config>
Hope this will help!
Hey Jayesh,
Your suggestion is worked only for pooled review. I wanted the disable the group review and one or more reviewers task also so i added the same code for group review and used the below code for Group Review. It didn't work. Where I should make it right to get it work.?
<config evaluator="string-compare" condition="Workflow">
<hidden-workflows>
<workflow name="activiti$activitiGroupReview"/>
</hidden-workflows>
<hidden-tasks>
<task type="doc:*"/>
<task type="doc:*"/>
</hidden-tasks>
Thanks in advance,
Raghu
Hi Raghunandan P
You need to mention right workflow name in above condition to hide. Check if 'activiti$activitiParallelGroupReview' works or check share-workflow-form-config.xml to know workflow names.
Hope this will help you!
Hi Jayesh Prajapati
It got worked. Thank you so much.
Regards,
Raghu
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.