WinWF Active Directory Activities
I've been working on building out some AD activities for Windows Workflow Foundation. A few months ago, I put together activities for the following retrieval activities:
- GetUserActivity
- GetManagerActivity
- ChangePassword
- CreateUser
Anyone have ideas on anything else? I'd like to just make a little framework of AD components for the WinWF site when I finally upload it.
Comments
Anonymous
November 29, 2006
Hi, great thing! I think a generic GetADPropertyValueActivity would be fine! best regards, ThomasAnonymous
November 30, 2006
WFでAD操作するアクティビティAnonymous
December 05, 2006
I've got them built, I just have to clean them up before I push them to the WinWF site. Right now, I've put together the following: GetUserByLogonNameGetADPropertyValueGetGroupByAliasGetDirectoryEntrySetPasswordI've also got an object called ActiveDirectoryUserInfo that gets more information about a user. I see this being used for future activities that would help with rules processing.Anonymous
December 17, 2006
I'm trying to get the AD workflow activities I put together on the http://wf.netfx3.com site, but they seem to be backlogged. My upload is currently awaiting approval.