Posts

Showing posts from May, 2019

Custom scheduled task in Sailpoint

Check If all associated entitlements not find in particular account for a identity, then the account end date is update using custom task in sailpoint. 1. First we have to create task_defination.xml .  <?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE sailpoint PUBLIC "sailpoint.dtd" "sailpoint.dtd"> <sailpoint> <TaskDefinition executor="sailpoint.custom.task.DeleteAccountTask" name="Delete account task" progressInterval="5000" progressMode="String" resultAction="Rename" template="true" type="Generic">                 <Description>                  Check If all associated entitlements not find in particular account for a identity, then the account end date is update using custom task in sailpoint.                 </Description>                 <Signature>   ...