Resolution
One can execute a rule during the Identity Refresh task by the following method:
- Create the rule you wish to use. The rule must be of type "Refresh".
You can reference the following example rule located in
identityiq/WEB-INF/config/examplerules.xml
"Example Identity Refresh Rule'" - Create a new Identity Refresh Task.
- Go to the debug pages and list objects of type TaskDefinition.
- Locate your newly created task by name and edit it.
- Add the following to your task and save.
<Attributes>
<Map>
<entry key="refreshRule" value="Name of Rule from Step 1"/>
</Map>
</Attributes>