When i try to create application owner certification and Write pre-delegation rule for self-reassign all the user but its take too much time its reassign 3500 user and take 1 day to launch there is any way to optimize it?

Which IIQ version are you inquiring about?

8.4

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

When i try to create application owner certification and Write pre-delegation rule for self-reassign all the user but its take too much time its reassign 3500 user and take 1 day to launch there is any way to optimize it?

this is my rule for pre-delegation

Map results = new HashMap();

String name=entity.getIdentity();

results.put(“recipientName”,name);
results.put(“reassign”,true);

return results;

how’s the performance if its triggered without pre-delegation rule, you need to isolate the issue if this due to pre-delegation rule issue or its performance issue if for overall your sailpoint identityiq instance

This issue occurs due to the pre-delegation rule.Without this rule, it does not take much time.

Hi @deep771, welcome to the community :slight_smile:

The Pre-Delegation Rule runs once per user — so for 3,500 users, it executes 3,500 times, even a simple rule causes overhead, especially if it triggers logging or extra lookups behind the scenes…

Instead of a rule, try assigning certifiers through certification definition settings (like certifier rule or application owner mappings). It’s much faster.

Have a nice and great one!

Regards,
Muhammad