Hi all,
we are seeing a case where owner of the AD entitlements are not getting updated. The owner has been updated on the AD side already. The group aggregation is all success.
Below is the template of the aggregation task:
<TaskDefinition formPath="/monitor/tasks/accountGroupAggregationTask.xhtml" name="AD Group Aggregation" resultAction="Rename" subType="task_item_type_acct_grp_aggregation" type="AccountGroupAggregation">
<Attributes>
<Map>
<entry key="accountGroupRefreshRule" value="Rule-FrameWork-Group-Refresh"/>
<entry key="aggregationType" value="group"/>
<entry key="applications" value="AD"/>
<entry key="checkDeleted" value="false"/>
<entry key="deltaAggregation" value="false"/>
<entry key="descriptionLocale" value="en_US"/>
<entry key="enablePartitioning" value="false"/>
<entry key="groupSchema"/>
<entry key="haltOnMaxError" value="false"/>
<entry key="noGroupCycleDetection" value="True"/>
<entry key="promoteClassifications" value="false"/>
<entry key="taskCompletionEmailNotify" value="Disabled"/>
</Map>
</Attributes>
<Description>Task template for application group scanning.</Description>
<Owner>
<Reference class="sailpoint.object.Identity" id="" name="spadmin"/>
</Owner>
<Parent>
<Reference class="sailpoint.object.TaskDefinition" id="" name="Account Group Aggregation"/>
</Parent>
</TaskDefinition>
we added noGroupCycleDetection to resolve pruning cyclic warning.
We have the appropriate schema as below:
Has any one faced similar issue ? any workaround?

