I have a workflow where the first activity is to find all the members of a specific group. It usually takes around 2 minutes to run the one activity. I was wondering why that was? It seems like a simple query to perform.
Question
Question
Why is the Find Group Activity so Slow?
Answer
Sorry for the late reply, had to debug it to see what is going on. The problem is we're trying to resolve the user's email address for each of the group members. We'll change it in the upcoming version so it only does that when the activity specifies that the user properties should be retrieved as well (for use with For Each User).
Replies
Active directory or repository trustee provider? If repository provider, are you looking up an active directory user?
It is a repository provider. I am looking up a specific group by name and using it in a For Each User activity. The users in the group are Windows Account users.
Is this a known problem?
Any ideas on this? The last one I just ran had about 130 Windows Account users in a group and it took a little over 5 minutes for the activity to finish.
Sorry for the late reply, had to debug it to see what is going on. The problem is we're trying to resolve the user's email address for each of the group members. We'll change it in the upcoming version so it only does that when the activity specifies that the user properties should be retrieved as well (for use with For Each User).
Glad to hear you found the problem. Look forward to the update as always! Thanks @████████.