What Methods are Available to Generate a Unique WF Itemkey?
Playing around with a new, very basic, custom WF and I'm wondering what methods folks use to generate a unique item key? I used a function that generates a random number, but there is no guarantee it won't be a number already used. What do you use? A database sequence? What else?