How can I send the same task to multiple user and wait till all of them have finshed the task ?

Michael Pokraka workflow at quirky.me.uk
Wed Feb 19 14:29:46 EST 2003


I am just starting on a WF which has the same requirement. My thoughts
were to use Dynamic parallel processing, though I haven't tried it yet
and am not even too sure if the agent can be assigned this way.
A subflow containing a single task might be needed to do the trick.
However I'm just starting out, so I haven't had a chance to play with it
yet.
Cheers
Mike
 
On Wed, Feb 19, 2003 at 12:28:28PM -0600, Richard Marut wrote:
> Sanjay,
>
> I've done this before by creating a list of the users in a previous
> step. I then put the task into a loop step. Within this loop I would get
> the next user from the list and pass it to the container. I kept a
> counter to track the current row in the list. Of coursse this will only
> process one instance of the work item at a time.
>
> You can also use the business object methods SYSTEM.DescribeAgents and
> SYSTEM.LoopAtAgents to maintain the index and next user. This is
> documented in section A.7 Looping Tharugh a Multiline List in the
> Practical Workflow for SAP book. Hopefully you have it.
>
>
> Richard...
>
>
> -----Original Message-----
>> From: SAP Workflow [mailto:Owner-SAP-WUG at MITVMA.MIT.EDU] On Behalf Of
> sanjay sahni
> Sent: Tuesday, February 18, 2003 3:58 AM
> To: SAP-WUG at MITVMA.MIT.EDU
> Subject: How can I send the same task to multiple user and wait till all
> of them have finshed the task ?
>
> Hello ,
> I need to send a task (WI) to multiple user. All of
> then and not any of them have to handle it. If all of
> them have completed the task (WI), only then I can do
> the further steps.
>
> How can I handle it ?  Please help
>
> regards
> Sanjay
>
>
> __________________________________________________________________
>
> Gesendet von Yahoo! Mail - http://mail.yahoo.de
> Bis zu 100 MB Speicher bei http://premiummail.yahoo.de
 


More information about the SAP-WUG mailing list