<html><HEAD>
<STYLE type=text/css>p{margin: 0;}</STYLE>

<META name=GENERATOR content="MSHTML 9.00.8112.16450"></HEAD>
<BODY style="FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 10pt">
<P>Hi Florin, Rick,</P>
<P>&nbsp;</P>
<P>thanx for the replies. Too bad this can't be done on a standard non-abap way...</P>
<P>But the solution from Florin is a nice one.</P>
<P>&nbsp;</P>
<P>Thanx for the quick replies!</P>
<P>Good to see that the WUG is still active..</P>
<P>&nbsp;</P>
<P>kind regards,</P>
<P>Robert</P>
<P>&nbsp;</P>
<P>&nbsp;</P>
<P>On Oct 24, 2012 13:32 "Florin Wach" <A href="mailto:florin.wach@gmx.net">&lt;florin.wach@gmx.net&gt;</A> wrote:<BR></P>
<BLOCKQUOTE type="cite">Hi,<BR>yes, I do the same, but within the Rule resolution implementation I usually add a container-element ACTUAL_AGENT. With the workflow, I do the same, i.e. storing the _actual_agent of the recurring step into a separate container element ACTUAL_AGENT_OF_DECISION... (or something appropriate) and pass this to the rule.<BR><BR>The rule looks at first into the rule container, checks for the actual_agent element, and if found, it uses this one to the assigned agents and ends the processing, <BR>otherwise the rule proceeds normally and find the group or whatever needs to be done. <BR><BR>best wishes, <BR>Florin <BR><BR><BR><BR>-------- Original-Nachricht -------- 
<BLOCKQUOTE type="cite">Datum: Wed, 24 Oct 2012 21:59:41 +1100 <BR>Von: Rick Bakker <A href="mailto:rbakker@gmail.com">&lt;rbakker@gmail.com&gt;</A> <BR>An: "SAP Workflow Users\' Group" <A href="mailto:sap-wug@mit.edu">&lt;sap-wug@mit.edu&gt;</A> <BR>Betreff: Re: Agent assignment situation </BLOCKQUOTE>
<BLOCKQUOTE type="cite">Hello, <BR><BR>I would use a container element Current_Agents for the agent and not <BR>use a default rule. <BR>Fill Current_Agents in a step or steps before the user decision. <BR><BR>If a different container element, say Actual_Agent, is empty then have <BR>a step (which calls a task which calls a method that calls fm <BR>RH_GET_ACTORS which calls the rule) to fill Current_Agents, otherwise <BR>assign Actual_Agent to Current_agent. <BR><BR>Actual_Agent is filled with the actual agent of the user decision step. <BR><BR>regards <BR>Rick Bakker / hanabi technology <BR><BR>On Wed, Oct 24, 2012 at 9:43 PM, Robert van den Berg <A href="mailto:wug@bergtop-ict.nl">&lt;wug@bergtop-ict.nl&gt;</A> <BR>wrote: 
<BLOCKQUOTE type="cite">Hi all, <BR><BR><BR><BR>I have a situation where I have a step (user descision) in the workflow <BR>which goes to a group of people via a rule. <BR><BR>Person A takes the task, chooses an option and the next step goes to a <BR>different department. When this task is done, the workflow returns to </BLOCKQUOTE>the 
<BLOCKQUOTE type="cite">user descision but I want this task only to be delivered at person A, </BLOCKQUOTE>not to 
<BLOCKQUOTE type="cite">the whole group. <BR><BR><BR><BR>I tried to do this using the default rule on the task and on the step, </BLOCKQUOTE>using 
<BLOCKQUOTE type="cite">a container element for the agent. So at first, the containerelement is <BR>empty and I assumed that then the default rule would be used. <BR><BR>But now I see that the workflow runs in error because the agent could </BLOCKQUOTE>not be 
<BLOCKQUOTE type="cite">determined. <BR><BR><BR><BR>How can I create this requirement? <BR><BR><BR><BR>Kind regards, <BR><BR>Robert <BR><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>_______________________________________________ <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> </BLOCKQUOTE>_______________________________________________ <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> </BLOCKQUOTE></BODY></html>