Connection between an event and a task

Michael Pokraka workflow at quirky.me.uk
Wed Oct 20 05:23:55 EDT 2004


Hallo Ute,
A few options are available to you.
You can create an asynchronous task based on a custom editasynch method.
There you can add terminating events and have different outcomes for that
task.
Otherwise you can put the edit step into an endless loop and in a paralle=
l
branch have another fork waiting for the events you are interested in.
 
You can get more creative than that, but the solution depends on what you
are trying to do.
 
Cheers
Mike
 
"Schr=F6der, Ute Marion" wrote:
> Hi everybody,
>
> A task within my workflow uses method EDIT in business-object bus2081,
> I need to get the event that is triggered within this method back into =
my
> workflow
> (e.g. delete) to determine how to continue.
> How do I have to implement the connection to get the event back?
>
> I=B4ve looked into the book as well as the archive but I=B4m unable to =
determine
>
> how to solve this difficulty.
>
> Any help is highly appreciated.
>
> Ute
>
>
 


More information about the SAP-WUG mailing list