<div dir="ltr"><br>I'm having difficulties overriding my "default approver" policy. I have two metaroles, one for default approver and one for "high risk systems" (for example) and <br>and the default approver is inherited from another metarole which is used when creating new roles and the high risk metarole is assigned when the created role requires it.<br><br>The high risk metarole has the <mergeOverwriting>true</mergeOverwriting> but it does not seem to have effect. When the default approver and high risk system metaroles are induced to <br>created role, both policy stages require manual approval when the desired outcome is just to approve the high risk system (all must approve) as it has lower order (higher priority).<br><br>Here are the code snippets for both policy metaroles and the metarole that includes the default approver policy:<br><i><br>    <displayName>Metarole: High risk systems</displayName><br>    <inducement id="1"><br>        <policyRule><br>            <policyConstraints><br>                <assignment><br>                    <operation>add</operation><br>                </assignment><br>            </policyConstraints><br>            <policyActions><br>                <approval id="3"><br>                    <compositionStrategy><br>                        <order>5</order><br>                        <mergeOverwriting>true</mergeOverwriting><br>                    </compositionStrategy><br>                    <approvalSchema><br>                        <stage id="4"><br>                            <name>Security</name><br>                            <approverRef relation="org:default" type="c:OrgType"><br>                                <filter><br>                                    <q:text>name="High_risk_systems"</q:text><br>                                </filter><br>                                <resolutionTime>run</resolutionTime><br>                            </approverRef><br>                            <evaluationStrategy>allMustApprove</evaluationStrategy><br>                            <outcomeIfNoApprovers>reject</outcomeIfNoApprovers><br>                            <groupExpansion>onWorkItemCreation</groupExpansion><br>                        </stage><br>                    </approvalSchema><br>                </approval><br>            </policyActions><br>        </policyRule><br>    </inducement><br>      <br>          <displayName>Default approver</displayName><br>    <inducement id="1"><br>        <policyRule><br>            <policyConstraints><br>                <assignment><br>                    <operation>add</operation><br>                </assignment><br>            </policyConstraints><br>            <policyActions><br>                <approval id="16"><br>                    <compositionStrategy><br>                        <order>50</order><br>                    </compositionStrategy><br>                    <approvalSchema><br>                        <stage id="17"><br>                            <name>Default approver</name><br>                            <approverRef relation="org:default" type="c:OrgType"><br>                                <filter><br>                                    <q:text>name="Default approver"</q:text><br>                                </filter><br>                                <resolutionTime>run</resolutionTime><br>                            </approverRef><br>                            <evaluationStrategy>firstDecides</evaluationStrategy><br>                            <outcomeIfNoApprovers>reject</outcomeIfNoApprovers><br>                            <groupExpansion>onWorkItemCreation</groupExpansion><br>                        </stage><br>                    </approvalSchema><br>                </approval><br>            </policyActions><br>        </policyRule><br>    </inducement></i><br>        <br><i>     <inducement id="59"><br>        <targetRef oid="7c1a3009-b456-40e6-a160-be32f70c1c7c" (default approver) relation="org:default" type="c:RoleType"/><br>    </inducement></i><br>        <br><br>Hope my goal is clear. :)<br><br><br>Best regards,<br>Jussi</div>