Hello, good people! I'm working on my workflows - migrating them from v7 to v9 - and I've hit a snag that I haven't found a way through yet.
I created a simple workflow with just the failed piece to simplify testing.
Basically, the process is this:
- Start a business process on a doc
- retrieve a field for "TEAM" from that doc
- lookup the LF Group with the same name as the value in that field.
- For each of the members of that group
- send them an email
Steps 1-3 are working just fine. Step 4 could also be "Send an email, with the email of all members of the group in 'TO:' "
But... I'm not getting the email part.
Here is my test workflow:
For the "Find Group" action I do have the box checked to provide a collection of the group members.
For "Find User," I've tried finding them in my AD trustee directory and the LF Repository. Neither work.
All of the users are Windows Accounts.
The "Test" for the AD trustee dir is successful. If I do a trustee search from the AD directory in "Configure Trustee Directories", the search is successful.
When it fails, I get error messages in that instance of the workflow. They say "No user was found with the search value 'OURDOMAIN\username' in user provider 'AD\OURDOMAIN'. [0247-WF1]"
I haven't assigned email addresses in the "Configure Trustee Directories" for the Windows Accounts in the repository since I was pretty sure I shouldn't have to.
So... I'm approaching the great brain trust that is "Answers" and asking - anyone have any tips on why this isn't working?
I appreciate any help you can give.