Hi All,
In the FIM Portal I have some custom objects that hold data for a round robin of values that need to be assigned back to a user. Then I have a workflow firing when a user falls into a particular set that pulls the data out of the round robin objects, assigns a value back to the target user then increments the round robin. This worked great when I was testing with just one user. Next round of testing I run it on a set of users and it all falls to pieces. It seems when a workflow runs over a number of objects it doesn't do this sequentially but attempts some parallel processing so this means the round robin is not nicely incremented for the next user. Anyone have any ideas about forcing a workflow to run sequentially over the set it's targeting, and by that I mean fully process one target before moving onto the next.
Cheers,
Dan