Please be sure you’ve read the docs and API specs before asking for help. Also, please be sure you’ve searched the forum for your answer before you create a new topic.
Please consider addressing the following when creating your topic:
Hello,
We have a Workday Connector where currently we are not aggregating rescinded past or future hire users.
But We are getting users from Workday in prehire state first and their AD accounts get created but after a day or two they are rescinded. Due to this it is removing the identity from ISC and no leaver is getting triggered.
Has anyone configured rescinded feature of Workday in SailPoint ISC.
We just did this, you need to enable aggregating the rescinded users and add the related attributes (IS_RESCINDED, RESCINDED_DATE, and RESCINDED_DESCRIPTION). You’ll have to do some testing to see how it behaves, for example this article describes combining the attribute with other ones (ACTIVE or FUTURE_DATE / FUTURE_ACTION) but we found we didn’t need that. In our case, we were able to just set the LCS logic to if IS_RESCINDED is true, to put the identity in a terminated state which kicks off the leaver process.