Retaining Roles for the users even if the Assignment Criteria doesn't satisfy

Hi @sathishiam
I might have a way to achieve this, but not sure how much helpful it would be for you.

  1. Create a role attribute “conditionalProv” and select the type as “Rule”. You can write a rule to assign a default value for the attribute in each role.

    .

  2. In LCM provisioning workflow, use that attribute to conclude whether to process role deprovisioning or not.

Thanks.