cancel
Showing results for 
Search instead for 
Did you mean: 

Set RequiredApprovalPercentage in 100%

irene08
Champ in-the-making
Champ in-the-making
Hi! Good Day!


Does anyone knows how to set the required approval percentage in 100%? I'm referring once the creator/author start the workflow. In default, creator/author are required to input percentage in this.


Thank you,
Irene Smiley Happy
1 REPLY 1

joebzz
Champ in-the-making
Champ in-the-making
I have been trying to do this in Alfresco community 5.0c but i have not yet figured it out. I have found that in the file wf.workflowmodel.1211365546.xml in alf_data\solr4\model there is a property for "wf.requiredApprovePercent" and in there is a default tag that is set to 50. I have changed this to 100 by using notepad in administrator mode as the file is being used even when alfresco service is stopped(see code below). But after alfresco is started again the default value is reset back to 50. Has anyone any idea why this value is getting reset to 50 and how to change it permanently?

<property name="wf:requiredApprovePercent">
   <type>d:int</type>
   <mandatory>true</mandatory>
   <default>100</default>
   <index enabled="true"/>
   <constraints>
      <constraint name="wf:workflowmodel_submitConcurrentReviewTask_requiredApprovePercent_anon_0" type="MINMAX">
         <parameter name="minValue">
            <value>1</value>
         </parameter>
         <parameter name="maxValue">
            <value>100</value>
         </parameter>
      </constraint>
   </constraints>
</property>
Getting started

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.