Integration Error when using a custom re-hire workflow

Which IIQ version are you inquiring about?

8.3p3

Please share any images or screenshots, if relevant.

[Please insert images here, otherwise delete this section]

Please share any other relevant files that may be required (for example, logs).

[Please insert files here, otherwise delete this section]

Share all details about your problem, including any error messages you may have received.

We have a custom re-hire workflow that allows us to re-hire users who are still disabled in our Sailpoint application and database. But, it is no longer giving birthright access to users accordingly so they can be put into the Active Directory database as Active. When I check the Request object, it shows the following attached. Please help and assist. I will also attach the workflow we are using.
Integration Request.txt (1.7 KB)
SP LCE Re-Hire Worklfow.txt (7.9 KB)

@derrickthomasvdot can u give some details what you are doing in rehireBeforeProvisionRule method ?

normally we do here in case of Rehire.
a. enable the account
b. move the account to corresponding OU
c. Aggregate the account so new OU will get updated in Link
d. some group assignments.
birthright role assignment should be same as joiner. so keep that method same.

let me know what’s in your method.

Please check the plan what is returning from this method in your workflow: getDynamicRehirePlan(context, identityName, workflow)

Also, ‘Integration Request’ xml that is for modify operation for password update only.

Hi Sandeep, Apologies but I do not understand where to check the getdynamic rehire plan? Is that located in the Sailpoint.log?

I checked the sailpoint logs for ui and tasks servers but did not find a “getDynamicRehirePlan”