Which IIQ version are you inquiring about?
8.4
8.4
Depending on what kind of clean up you are doing there are multiple way this can be done.
In spite of language, it look like an Identity request pending an approval which means there is a workflowCase somewhere with workItems.
Cleanest way would be to deny these workItems, workflowCase will finish and IdentityRequest will be closed.
If you want to do this dirty way find workflowCase for this workItem and just delete that, it will remove workItems also, the you will have to delete the IdentityRequest too as that will stay.
All of this can be done manually in debug or in the code (which is a bit more work but you may end up with a nice clean up role for the future)
Depending on how frequently these requests occur and how many are pending right now, I’d recommend implementing a rule. This rule can either be scheduled to automatically handle requests pending approval for over, say, 90 days, or run manually on an ad hoc basis when needed. This is how I have always done in the past.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.