Hi,
I am new to SailPoint. We have a requirement where we need to import bulk role (Let’s assume around 20k) from csv file. I have implement the same and it is working fine. I used ExecutorService to create thread pool.
Depending upon partition size that we enter it will create that much no. of partitons and assign each thread to process one partiton. I have done this through custom task and it is working fine.
But the only problem is while processing this the UI gets freeze and once all processing is complete UI works properly.
Please guide me how can I improve this. Like I saw refresh Identity task run smoothly even if we turn on partitions. The refresh Identity Task does not freeze UI and it process in the background.
Can you please help me regarding this.
Thansk in advance!