<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2802" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=697142407-18042006><FONT face=Arial 
color=#0000ff size=2>Must be something wrong in your binding from the container 
of the step that determines the user to the workflow 
container.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=697142407-18042006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=697142407-18042006><FONT face=Arial 
color=#0000ff size=2>Enable the container monitor and you should get it revealed 
pretty quick.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=697142407-18042006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=697142407-18042006><FONT face=Arial 
color=#0000ff size=2>Here's the 46C path:</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=697142407-18042006><FONT face=Arial 
color=#0000ff size=2>Transaction SWUD</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=697142407-18042006><FONT face=Arial 
color=#0000ff size=2>Choose "Test environment"</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=697142407-18042006><FONT face=Arial 
color=#0000ff size=2>Choose "Switch on container monitor"</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=697142407-18042006><FONT face=Arial 
color=#0000ff size=2>Choose "Start task"</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=697142407-18042006></SPAN><FONT face=Arial 
size=2>-- </FONT></DIV>
<DIV align=left><FONT face=Arial size=2>Kjetil Kilhavn, Statoil ØFT KTJ 
BAS&nbsp;DEV SAP</FONT></DIV>
<DIV align=left>
<DIV align=left><FONT face=Arial size=2>
<DIV align=left>
<DIV align=left>
<DIV align=left><FONT face=Arial size=2></FONT></FONT><FONT size=1><FONT 
face=Arial size=2></FONT></DIV></DIV></DIV></DIV></FONT></DIV><BR>
<BLOCKQUOTE 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
  <HR tabIndex=-1>
  <FONT face=Tahoma size=2><B>From:</B> sap-wug-bounces@mit.edu 
  [mailto:sap-wug-bounces@mit.edu] <B>On Behalf Of </B>Markkos<BR><B>Sent:</B> 
  12. april 2006 16:58<BR><B>To:</B> SAP Workflow Users' 
  Group<BR><B>Subject:</B> Re: How to restrict an agent assigment task... and 
  alsorestrictaworkitem for the Inbox for only one user.<BR></FONT><BR></DIV>
  <DIV></DIV>Exactly,, that's what I tried first, but It didn't work... when I 
  check the value in the workitem container, it's empty... <BR><BR>
  <DIV><SPAN class=gmail_quote>On 4/12/06, <B class=gmail_sendername>Gavin 
  Mooney</B> &lt; <A 
  href="mailto:gavinmooney@gmail.com">gavinmooney@gmail.com</A>&gt; 
wrote:</SPAN>
  <BLOCKQUOTE class=gmail_quote 
  style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">Hang 
    on... the container operation step was just so you could test <BR>whether 
    your container element was defined correctly and that the<BR>binding from 
    that to the work item was OK.<BR><BR>If you have a step that's populating 
    the container element with a user<BR>ID (in this case USUSER1) then you 
    don't need the container operation <BR>- just bind in the container element 
    as the expression for agent<BR>assignment on the work item (subsequent step 
    I assume)<BR><BR>2006/4/12, Markkos &lt;<A 
    href="mailto:markkos@gmail.com">markkos@gmail.com</A>&gt;:<BR>&gt; Well, In 
    the workitem container of the step that obtains the userID, the<BR>&gt; 
    string 'USUSER1' is there, but then when I try a container operation, 
    the<BR>&gt; value doesn't appear.. it's empty.<BR>&gt;<BR>&gt;<BR>&gt; On 
    4/12/06, Gavin Mooney &lt;<A 
    href="mailto:gavinmooney@gmail.com">gavinmooney@gmail.com</A>&gt; 
    wrote:<BR>&gt; &gt; Check the bindings into the WFSYST-AGENT container 
    element and from<BR>&gt; &gt; that to the Agent for your work item. <BR>&gt; 
    &gt;<BR>&gt; &gt; If they're ok then it sounds like a buffering problem, 
    especially if<BR>&gt; &gt; you're seeing it in the task container in the 
    log...<BR>&gt; &gt;<BR>&gt; &gt; 2006/4/12, Markkos &lt;<A 
    href="mailto:markkos@gmail.com"> markkos@gmail.com</A>&gt;:<BR>&gt; &gt; 
    &gt; I tried hardcoding it right now, and it works...<BR>&gt; &gt; 
    &gt;<BR>&gt; &gt; &gt;&nbsp;&nbsp;I don't know why the element lose the 
    value within the workflow...<BR>&gt; &gt; &gt;<BR>&gt; &gt; 
    &gt;&nbsp;&nbsp;Any comments? <BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt;<BR>&gt; 
    &gt; &gt; On 4/12/06, Gavin Mooney &lt; <A 
    href="mailto:gavinmooney@gmail.com">gavinmooney@gmail.com</A>&gt; 
    wrote:<BR>&gt; &gt; &gt; &gt; Markkos,<BR>&gt; &gt; &gt; &gt;<BR>&gt; &gt; 
    &gt; &gt; You're saying that even hard-coding (via Container Operation) a 
    <BR>&gt; &gt; &gt; &gt; username into a container element and then routing 
    the subsequent<BR>&gt; &gt; &gt; &gt; workflow step to that container 
    element (as an Expression) doesn't<BR>&gt; &gt; &gt; &gt; make the work item 
    go to the right person? <BR>&gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; Your 
    container element is defined as like WFSYST-AGENT and you're<BR>&gt; &gt; 
    &gt; &gt; hardcoding the agent as e.g. USMARKKOS where MARKKOS is the 
    username?<BR>&gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; Maybe a binding 
    problem then?<BR>&gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt;<BR>&gt; &gt; 
    &gt; &gt; 2006/4/11, Markkos &lt; <A 
    href="mailto:markkos@gmail.com">markkos@gmail.com</A>&gt;:<BR>&gt; &gt; &gt; 
    &gt; &gt; Yes Gavin , You understood, it's what you said... <BR>&gt; &gt; 
    &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt;&nbsp;&nbsp;And you were right, no 
    value is passing through the container<BR>&gt; &gt; &gt; 
    operation...<BR>&gt; &gt; &gt; &gt; &gt; the strange thing here, is that 
    I've checked the container of the <BR>&gt; task<BR>&gt; &gt; &gt; 
    that<BR>&gt; &gt; &gt; &gt; &gt; determines the user, and there it 
    is...<BR>&gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; 
    &gt;&nbsp;&nbsp;well, I tried to do several container operations 
    without<BR>&gt; succeeding.. I<BR>&gt; &gt; &gt; &gt; &gt; don't know what's 
    the problem now...<BR>&gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; 
    at least thanks for your comments...<BR>&gt; &gt; &gt; &gt; &gt;<BR>&gt; 
    &gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; &gt; On 4/11/06, Gavin Mooney 
    &lt;<A href="mailto:gavinmooney@gmail.com">gavinmooney@gmail.com</A> &gt; 
    wrote:<BR>&gt; &gt; &gt; &gt; &gt; &gt; Markkos,<BR>&gt; &gt; &gt; &gt; &gt; 
    &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; You say that the user can be any user 
    for each run of the <BR>&gt; workflow,<BR>&gt; &gt; &gt; &gt; &gt; &gt; and 
    that this user is determined in the preceding step. If the<BR>&gt; 
    agent<BR>&gt; &gt; &gt; &gt; &gt; &gt; can be literally anyone, then your 
    task may well need to be a <BR>&gt; general<BR>&gt; &gt; &gt; &gt; &gt; &gt; 
    task.<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; 
    However the attribute "general task" belongs at the task level,<BR>&gt; and 
    if<BR>&gt; &gt; &gt; &gt; &gt; &gt; you want the work item to be sent to the 
    user identified in the <BR>&gt; &gt; &gt; &gt; &gt; &gt; previous step then 
    that will be assigned at the workflow step<BR>&gt; level as<BR>&gt; &gt; 
    &gt; &gt; &gt; &gt; an 'Expression' where you insert the name of your 
    container<BR>&gt; element <BR>&gt; &gt; &gt; &gt; &gt; &gt; that contains 
    the user(s). I think that might be what you're doing<BR>&gt; &gt; &gt; &gt; 
    &gt; &gt; already but I'm not sure I understood everything that you 
    wrote.<BR>&gt; &gt; &gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; &gt; &gt; If 
    the work item is going to everyone then it sounds like the<BR>&gt; &gt; &gt; 
    &gt; &gt; &gt; container element with your agents in is empty. Are you sure 
    the<BR>&gt; &gt; &gt; &gt; &gt; &gt; previous step is populating it 
    correctly? To test this you could <BR>&gt; put a<BR>&gt; &gt; &gt; &gt; &gt; 
    &gt; 'Container Operation' before your work item step and hard code 
    a<BR>&gt; user<BR>&gt; &gt; &gt; &gt; &gt; &gt; ID into the container 
    element then see if the work item is sent to <BR>&gt; &gt; &gt; &gt; &gt; 
    &gt; that ID.<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; 
    &gt; HTH,<BR>&gt; &gt; &gt; &gt; &gt; &gt; Gavin<BR>&gt; &gt; &gt; &gt; &gt; 
    &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; 2006/4/11, Markkos &lt; <A 
    href="mailto:markkos@gmail.com">markkos@gmail.com</A>&gt;:<BR>&gt; &gt; &gt; 
    &gt; &gt; &gt; &gt; The question is:<BR>&gt; &gt; &gt; &gt; &gt; &gt; 
    &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;&nbsp;&nbsp;How do I have an agent 
    assigned task without having it as a <BR>&gt; general<BR>&gt; &gt; &gt; &gt; 
    &gt; task?<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; (Using an expression as the 
    element (that will contain the SAP<BR>&gt; User<BR>&gt; &gt; &gt; 
    ID,<BR>&gt; &gt; &gt; &gt; &gt; with<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; 
    the US preceding...)<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; 
    &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; 
    &gt; &gt; &gt; &gt; On 4/11/06, Markkos &lt; <A 
    href="mailto:markkos@gmail.com">markkos@gmail.com</A> &gt; wrote:<BR>&gt; 
    &gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; 
    &gt; First, to Larry: No, I don't want to send it to myself.<BR>&gt; &gt; 
    &gt; &gt; &gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; 
    Second, Kjetil: is not the two points you wrote, it's "one and<BR>&gt; &gt; 
    &gt; only<BR>&gt; &gt; &gt; &gt; &gt; one<BR>&gt; &gt; &gt; &gt; &gt; &gt; 
    &gt; user receives a task of this type, but this can be any user for 
    <BR>&gt; each<BR>&gt; &gt; &gt; run<BR>&gt; &gt; &gt; &gt; &gt; of<BR>&gt; 
    &gt; &gt; &gt; &gt; &gt; &gt; the workflow". Because I determine this user 
    in a previous task.<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; 
    &gt; &gt; &gt; &gt; &gt; &gt; The problem is that when I put the element of 
    the user agent I<BR>&gt; &gt; &gt; &gt; &gt; determine,<BR>&gt; &gt; &gt; 
    &gt; &gt; &gt; &gt; It seems that it doesn't respect it, all users will 
    receive a <BR>&gt; &gt; &gt; workitem.<BR>&gt; &gt; &gt; &gt; &gt; 
    And<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; it should be only the one in the 
    element (and it contanins...for<BR>&gt; &gt; &gt; &gt; &gt; example,<BR>&gt; 
    &gt; &gt; &gt; &gt; &gt; &gt; USUTEST1). <BR>&gt; &gt; &gt; &gt; &gt; &gt; 
    &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; I mean, why if I 
    specify the user in the element, only the<BR>&gt; user<BR>&gt; &gt; &gt; 
    should<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; receive the workitem 
    notification,,, why all the others users <BR>&gt; &gt; &gt; receive<BR>&gt; 
    &gt; &gt; &gt; &gt; the<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; same workitem 
    in their inbox... how come??<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; 
    &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Need some help with this 
    issue.. I'll appreciate... thanks <BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; 
    &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; 
    &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; On 4/11/06, <A 
    href="mailto:lianghuan.x.hu@accenture.com">lianghuan.x.hu@accenture.com</A> 
    &lt;<BR>&gt; &gt; &gt; &gt; &gt; <A 
    href="mailto:lianghuan.x.hu@accenture.com">lianghuan.x.hu@accenture.com</A> 
    &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; wrote:<BR>&gt; &gt; &gt; &gt; 
    &gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; 
    &gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; 
    &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; 
    &gt; &gt; &gt; Perhaps what Markkos wants is simply to send the work item to 
    <BR>&gt; &gt; &gt; himself.<BR>&gt; &gt; &gt; &gt; &gt; If<BR>&gt; &gt; &gt; 
    &gt; &gt; &gt; &gt; this is the case, then instead of using "Expression" and 
    the<BR>&gt; &gt; &gt; container<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; 
    element, try to use "US User", and&nbsp;&nbsp;"RETZ10". <BR>&gt; &gt; &gt; 
    &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Larry 
    Hu<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; 
    &gt; &gt; &gt; ________________________________<BR>&gt; &gt; &gt; &gt; &gt; 
    &gt; &gt;&nbsp;&nbsp;From: <A 
    href="mailto:sap-wug-bounces@mit.edu">sap-wug-bounces@mit.edu</A> [mailto: 
    <A href="mailto:sap-wug-bounces@mit.edu">sap-wug-bounces@mit.edu</A><BR>&gt; 
    ] On<BR>&gt; &gt; &gt; &gt; &gt; Behalf Of<BR>&gt; &gt; &gt; &gt; &gt; &gt; 
    &gt; Kjetil Kilhavn <BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Sent: 
    Monday, April 10, 2006 2:57 AM<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; 
    &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; To: SAP Workflow Users' 
    Group<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; 
    &gt; &gt; &gt; &gt; Subject: RE: How to restrict an agent assigment task... 
    and<BR>&gt; also<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; restrictaworkitem for 
    the Inbox for only one user.<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; 
    <BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; 
    &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; 
    &gt; &gt; &gt; &gt; I am not quite sure if I understand what your 
    requirement is. <BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; 
    &gt; &gt; &gt; &gt; &gt; &gt; Is the requirement to ensure that<BR>&gt; &gt; 
    &gt; &gt; &gt; &gt; &gt; &gt; a) you and only you (or any other user - but 
    always the same) <BR>&gt; &gt; &gt; receive<BR>&gt; &gt; &gt; &gt; &gt; 
    all<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; tasks of this type?<BR>&gt; &gt; 
    &gt; &gt; &gt; &gt; &gt; &gt; b) one and only one user receives a task of 
    this type, but<BR>&gt; this<BR>&gt; &gt; &gt; can be<BR>&gt; &gt; &gt; &gt; 
    &gt; any<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; user for each task?<BR>&gt; 
    &gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; 
    &gt; If your requirement is a) then the easiest solution would be <BR>&gt; 
    to<BR>&gt; &gt; &gt; &gt; &gt; restrict<BR>&gt; &gt; &gt; &gt; &gt; &gt; 
    &gt; the possible agents of the task I imagine. In other words, 
    don't<BR>&gt; &gt; &gt; have a<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; general 
    task. <BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; 
    &gt; &gt; &gt; &gt; If your requirement is b) then one solution is to create 
    a<BR>&gt; role,<BR>&gt; &gt; &gt; and<BR>&gt; &gt; &gt; &gt; &gt; 
    mark<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; the "Terminate if role resolution 
    has no result" check box. The <BR>&gt; role<BR>&gt; &gt; &gt; &gt; &gt; 
    would<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; e.g. take a user ID as input, 
    check the validity of the user and<BR>&gt; &gt; &gt; return<BR>&gt; &gt; 
    &gt; &gt; &gt; it<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; prefixed by US. 
    Store the user ID that you pass in in a workflow <BR>&gt; &gt; &gt; &gt; 
    &gt; container<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; element so you can 
    change it and restart the workflow if there<BR>&gt; is a<BR>&gt; &gt; &gt; 
    &gt; &gt; problem.<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; -- <BR>&gt; 
    &gt; &gt; &gt; &gt; &gt; &gt; &gt; Kjetil Kilhavn, Statoil ØFT KTJ BAS DEV 
    SAP<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; 
    &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; 
    &gt; &gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; 
    &gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; 
    &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; 
    ________________________________<BR>&gt; &gt; &gt; &gt; &gt; &gt; 
    &gt;&nbsp;&nbsp;From: <A 
    href="mailto:sap-wug-bounces@mit.edu">sap-wug-bounces@mit.edu</A> [mailto: 
    <A 
    href="mailto:sap-wug-bounces@mit.edu">sap-wug-bounces@mit.edu</A>]<BR>&gt; 
    On<BR>&gt; &gt; &gt; &gt; &gt; Behalf Of<BR>&gt; &gt; &gt; &gt; &gt; &gt; 
    &gt; Markkos <BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Sent: 7. april 2006 
    17:43<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; To: SAP Workflow Users' 
    Group<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Subject: How to restrict an 
    agent assigment task... and also <BR>&gt; &gt; &gt; restrict<BR>&gt; &gt; 
    &gt; &gt; &gt; &gt; &gt; aworkitem for the Inbox for only one user.<BR>&gt; 
    &gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; 
    &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Hi, I have problems with 
    workitems restrictions... <BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; 
    &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; I have a task that must to 
    be review only by a user, so I have<BR>&gt; &gt; &gt; created<BR>&gt; &gt; 
    &gt; &gt; &gt; a<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; WFSYST-AGENT type 
    element for the agent, so in the Agents task <BR>&gt; &gt; &gt; 
    section<BR>&gt; &gt; &gt; &gt; &gt; I've<BR>&gt; &gt; &gt; &gt; &gt; &gt; 
    &gt; selected the "Expression" option filled with my element<BR>&gt; &gt; 
    &gt; (UserId_Agent),.<BR>&gt; &gt; &gt; &gt; &gt; In <BR>&gt; &gt; &gt; &gt; 
    &gt; &gt; &gt; the other hand, I've checked the "Agent Assignment" (in 
    Task<BR>&gt; &gt; &gt; Properties)<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; 
    option so the user will received the workitem in his inbox. In <BR>&gt; 
    the<BR>&gt; &gt; &gt; &gt; &gt; "Standard<BR>&gt; &gt; &gt; &gt; &gt; &gt; 
    &gt; task: Maintain Agent Assignment" I have selected 
    the&nbsp;&nbsp;General<BR>&gt; Task<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; 
    Attribute. <BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; 
    &gt; &gt; &gt; &gt; &gt; The problem here, is that all the users are 
    receiving this<BR>&gt; &gt; &gt; workitem in<BR>&gt; &gt; &gt; &gt; &gt; 
    &gt; &gt; their inbox, and I just want it for the user I stated in the 
    <BR>&gt; Element<BR>&gt; &gt; &gt; &gt; &gt; i've<BR>&gt; &gt; &gt; &gt; 
    &gt; &gt; &gt; created (that contains 'USRETZ10', where 'RETZ10' is my 
    userID).<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; 
    &gt; &gt; &gt; &gt; How can I restrict the agent assignment for only and 
    only one <BR>&gt; &gt; &gt; user...<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; 
    (I've tried to use the excluded field). And for getting things<BR>&gt; &gt; 
    &gt; worse,<BR>&gt; &gt; &gt; &gt; &gt; any<BR>&gt; &gt; &gt; &gt; &gt; &gt; 
    &gt; user can proceed with the task, and that's not supposed to be. <BR>&gt; 
    &gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; 
    &gt; Maybe you can help me with this,,, I'll appreciate any<BR>&gt; &gt; 
    &gt; comments....<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; 
    &gt; &gt; &gt; &gt; &gt; &gt; thanks in advance. <BR>&gt; &gt; &gt; &gt; 
    &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; 
    &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; 
    &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; 
    &gt; &gt; <BR>&gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt;<BR>&gt; 
    -------------------------------------------------------------------<BR>&gt; 
    &gt; &gt; &gt; &gt; &gt; &gt; &gt; The information contained in this message 
    may be CONFIDENTIAL <BR>&gt; and<BR>&gt; &gt; &gt; is<BR>&gt; &gt; &gt; &gt; 
    &gt; &gt; &gt; &gt; intended for the addressee only. Any unauthorised 
    use,<BR>&gt; &gt; &gt; dissemination<BR>&gt; &gt; &gt; &gt; &gt; of<BR>&gt; 
    &gt; &gt; &gt; &gt; &gt; &gt; the <BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; 
    &gt; information or copying of this message is prohibited. If you<BR>&gt; 
    are<BR>&gt; &gt; &gt; not<BR>&gt; &gt; &gt; &gt; &gt; the<BR>&gt; &gt; &gt; 
    &gt; &gt; &gt; &gt; &gt; addressee, please notify the sender immediately by 
    return <BR>&gt; e-mail<BR>&gt; &gt; &gt; and<BR>&gt; &gt; &gt; &gt; &gt; 
    &gt; &gt; delete<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; this 
    message.<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Thank you.<BR>&gt; &gt; 
    &gt; &gt; &gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; 
    &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; 
    &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; 
    &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <BR>&gt; 
    &gt; &gt; &gt; &gt; &gt; &gt; &gt; This message is for the designated 
    recipient only and may<BR>&gt; contain<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; 
    privileged, proprietary, or otherwise private information. If<BR>&gt; 
    you<BR>&gt; &gt; &gt; have<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; received it 
    in error, please notify the sender immediately and<BR>&gt; &gt; &gt; 
    delete<BR>&gt; &gt; &gt; &gt; &gt; the<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; 
    original. Any other use of the email by you is prohibited. <BR>&gt; &gt; 
    &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; 
    &gt;<BR>&gt; _______________________________________________<BR>&gt; &gt; 
    &gt; &gt; &gt; &gt; &gt; &gt; SAP-WUG mailing list<BR>&gt; &gt; &gt; &gt; 
    &gt; &gt; &gt; &gt; <A 
    href="mailto:SAP-WUG@mit.edu">SAP-WUG@mit.edu</A><BR>&gt; &gt; &gt; &gt; 
    &gt; &gt; &gt; &gt;<BR>&gt; <A 
    href="http://mailman.mit.edu/mailman/listinfo/sap-wug">http://mailman.mit.edu/mailman/listinfo/sap-wug</A><BR>&gt; 
    &gt; &gt; &gt; &gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; 
    &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; 
    &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; 
    &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; 
    _______________________________________________ <BR>&gt; &gt; &gt; &gt; &gt; 
    &gt; &gt; SAP-WUG mailing list<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt; <A 
    href="mailto:SAP-WUG@mit.edu">SAP-WUG@mit.edu</A><BR>&gt; &gt; &gt; &gt; 
    &gt; &gt; &gt; <A 
    href="http://mailman.mit.edu/mailman/listinfo/sap-wug">http://mailman.mit.edu/mailman/listinfo/sap-wug</A><BR>&gt; 
    &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; 
    &gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; 
    &gt; &gt; &gt; &gt; _______________________________________________ <BR>&gt; 
    &gt; &gt; &gt; &gt; &gt; SAP-WUG mailing list<BR>&gt; &gt; &gt; &gt; &gt; 
    &gt; <A href="mailto:SAP-WUG@mit.edu">SAP-WUG@mit.edu</A><BR>&gt; &gt; &gt; 
    &gt; &gt; &gt; <A 
    href="http://mailman.mit.edu/mailman/listinfo/sap-wug">http://mailman.mit.edu/mailman/listinfo/sap-wug</A><BR>&gt; 
    &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; 
    &gt;<BR>&gt; &gt; &gt; &gt; &gt; 
    _______________________________________________<BR>&gt; &gt; &gt; &gt; &gt; 
    SAP-WUG mailing list <BR>&gt; &gt; &gt; &gt; &gt; <A 
    href="mailto:SAP-WUG@mit.edu">SAP-WUG@mit.edu</A><BR>&gt; &gt; &gt; &gt; 
    &gt; <A 
    href="http://mailman.mit.edu/mailman/listinfo/sap-wug">http://mailman.mit.edu/mailman/listinfo/sap-wug</A><BR>&gt; 
    &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; 
    &gt;<BR>&gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt; 
    _______________________________________________<BR>&gt; &gt; &gt; &gt; 
    SAP-WUG mailing list<BR>&gt; &gt; &gt; &gt; <A 
    href="mailto:SAP-WUG@mit.edu">SAP-WUG@mit.edu</A><BR>&gt; &gt; &gt; &gt; <A 
    href="http://mailman.mit.edu/mailman/listinfo/sap-wug">http://mailman.mit.edu/mailman/listinfo/sap-wug</A><BR>&gt; 
    &gt; &gt; &gt; <BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; 
    _______________________________________________<BR>&gt; &gt; &gt; SAP-WUG 
    mailing list<BR>&gt; &gt; &gt; <A 
    href="mailto:SAP-WUG@mit.edu">SAP-WUG@mit.edu</A><BR>&gt; &gt; &gt; <A 
    href="http://mailman.mit.edu/mailman/listinfo/sap-wug">http://mailman.mit.edu/mailman/listinfo/sap-wug</A><BR>&gt; 
    &gt; &gt;<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; 
    _______________________________________________ <BR>&gt; &gt; SAP-WUG 
    mailing list<BR>&gt; &gt; <A 
    href="mailto:SAP-WUG@mit.edu">SAP-WUG@mit.edu</A><BR>&gt; &gt; <A 
    href="http://mailman.mit.edu/mailman/listinfo/sap-wug">http://mailman.mit.edu/mailman/listinfo/sap-wug</A> 
    <BR>&gt; &gt;<BR>&gt;<BR>&gt;<BR>&gt; 
    _______________________________________________<BR>&gt; SAP-WUG mailing 
    list<BR>&gt; <A href="mailto:SAP-WUG@mit.edu">SAP-WUG@mit.edu</A><BR>&gt; <A 
    href="http://mailman.mit.edu/mailman/listinfo/sap-wug">http://mailman.mit.edu/mailman/listinfo/sap-wug</A><BR>&gt;<BR>&gt;<BR>&gt;<BR><BR>_______________________________________________<BR>SAP-WUG 
    mailing list<BR><A href="mailto:SAP-WUG@mit.edu">SAP-WUG@mit.edu</A><BR><A 
    href="http://mailman.mit.edu/mailman/listinfo/sap-wug">http://mailman.mit.edu/mailman/listinfo/sap-wug</A><BR></BLOCKQUOTE></DIV><BR></BLOCKQUOTE><p></p><p><font size=1>-------------------------------------------------------------------<br>The information contained in this message may be CONFIDENTIAL and is<br>intended for the addressee only. Any unauthorised use, dissemination of the<br>information or copying of this message is prohibited. If you are not the<br>addressee, please notify the sender immediately by return e-mail and delete<br>this message.<br>Thank you.</font size></BODY></HTML>