<?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: Disabling Group and Pooled Review option in workFlow in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/disabling-group-and-pooled-review-option-in-workflow/m-p/78228#M24496</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;B&gt;Raghunandan P&lt;/B&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;BR /&gt;&lt;BR /&gt;Hope this will help you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 May 2018 07:40:04 GMT</pubDate>
    <dc:creator>jayesh_prajapat</dc:creator>
    <dc:date>2018-05-09T07:40:04Z</dc:date>
    <item>
      <title>Disabling Group and Pooled Review option in workFlow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/disabling-group-and-pooled-review-option-in-workflow/m-p/78225#M24493</link>
      <description>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</description>
      <pubDate>Mon, 07 May 2018 12:27:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/disabling-group-and-pooled-review-option-in-workflow/m-p/78225#M24493</guid>
      <dc:creator>raghunandangowd</dc:creator>
      <dc:date>2018-05-07T12:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling Group and Pooled Review option in workFlow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/disabling-group-and-pooled-review-option-in-workflow/m-p/78226#M24494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can be done using share-config-custom.xml. All you need to do is, mention workflow name which you want to hide under &amp;lt;hidden-workflows&amp;gt; tag. See following sample,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;config evaluator="string-compare" condition="Workflow"&amp;gt;&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;hidden-workflows&amp;gt;&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;workflow name="activiti$activitiReviewPooled"/&amp;gt;&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/hidden-workflows&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;hidden-tasks&amp;gt;&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;task type="doc:*"/&amp;gt;&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;task type="doc:*"/&amp;gt;&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/hidden-tasks&amp;gt;&lt;BR /&gt;&amp;lt;/config&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 05:26:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/disabling-group-and-pooled-review-option-in-workflow/m-p/78226#M24494</guid>
      <dc:creator>jayesh_prajapat</dc:creator>
      <dc:date>2018-05-08T05:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling Group and Pooled Review option in workFlow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/disabling-group-and-pooled-review-option-in-workflow/m-p/78227#M24495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Jayesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;config evaluator="string-compare" condition="Workflow"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;hidden-workflows&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;workflow name="activiti$activitiGroupReview"/&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/hidden-workflows&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;hidden-tasks&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;task type="doc:*"/&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;task type="doc:*"/&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/hidden-tasks&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 07:16:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/disabling-group-and-pooled-review-option-in-workflow/m-p/78227#M24495</guid>
      <dc:creator>raghunandangowd</dc:creator>
      <dc:date>2018-05-09T07:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling Group and Pooled Review option in workFlow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/disabling-group-and-pooled-review-option-in-workflow/m-p/78228#M24496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;B&gt;Raghunandan P&lt;/B&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;BR /&gt;&lt;BR /&gt;Hope this will help you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 07:40:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/disabling-group-and-pooled-review-option-in-workflow/m-p/78228#M24496</guid>
      <dc:creator>jayesh_prajapat</dc:creator>
      <dc:date>2018-05-09T07:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling Group and Pooled Review option in workFlow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/disabling-group-and-pooled-review-option-in-workflow/m-p/78229#M24497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;B&gt;Jayesh Prajapati&lt;/B&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;It got worked. Thank you so much. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 09:54:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/disabling-group-and-pooled-review-option-in-workflow/m-p/78229#M24497</guid>
      <dc:creator>raghunandangowd</dc:creator>
      <dc:date>2018-05-09T09:54:06Z</dc:date>
    </item>
  </channel>
</rss>

