on ‎2011 Jul 20 8:57 AM
Hi All
In my WF I get a user profile back from a method that check a ZTABLE for the correct user to receive mail and a user decision work item .
The mail step is working correctly and sending mail to the user (as per the parameter returned from the method)
The problem is that user decision step does not sent a workitem to the correct user .
Any ideas on what the problem might be ?
In the email step I bind to &ADDRESSSTRINGS&.Not sure what the correct binding is for the user decision step?
Many thks
Gerhard
Request clarification before answering.
Hello,
Look in the definition of the user decision step, there you define which agent receives the workitem.
How is it defined? Who is it going to now? Look in the log (SWI1).
Most common problem is missing out the 'US' in front of a username. That and not setting the task to General Task.
regards
Rick Bakker
hanabi technology
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Click workflow log (use any of the log transactions, swi1, swi2_freq swi6 etc)
click list with technical details, shift+F9
find the step, click on it and tick the tab container.
But if you could just answer my previous question about how you are sending the mail, because if you directly use email address then it is of course impossible to use that as agent assignment for the user decision.
A user decision is ultimately sent to a user id
Kind regards, Rob Dielemans
Hi Gerhard,
you can also test first with a literal.
So you use the data you are expecting explcitly int he workflow step (e.g. USMYUSER)
If this works, then you know that the problem is that somehow your container doesnt have the data and then you can focus on that part to solve your problem.
Kind regards, Rob Dielemans
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.