> Bob, > as I can see from UserController's source code, some methods call > NotificationManager.createTasks() and some methods don't: in you case, which > is the UserController method invoked when users move from "createApproval" > to "active"?
Well I'm using the default workflow with the GenerateToken stuff that's in there. I'm not sure any UsereController method is called when a user-object is passing through the workflow since this is handled by the workflow asynchronously. That's why I though that maybe a call to NotificationManager might be necessary on every workflow transition. regards Bob
