Wait for event conundrum

Becker Stephan (extern) Stephan.Becker.ext at mchw.siemens.de
Wed Dec 19 10:30:43 EST 2001


Dave,
is the event linkage active for the instance linkage in SWEINST?
Stephan
 
-----Original Message-----
From: David Weston [mailto:weston at clockwork.ca]
Sent: Wednesday, December 19, 2001 3:54 PM
To: SAP-WUG at MITVMA.MIT.EDU
Subject: Wait for event conundrum
 
 
Hi folks,
 
I have a workflow with a wait for event step in it. The "waited" event gets
triggered after 10 minutes using the "start with delay option" but in the
SWEL log I get 'No receiver entered" found. This used to work last week. The
wait step has a latest end deadline that gets triggered after 12 minutes as
I am using the "start with delay" feature of the
SWE_EVENT_CREATE_IN_UPD_TASK function module.
 
The event gets triggered by :-
 
call function 'SWE_EVENT_CREATE_IN_UPD_TASK'
 
    EXPORTING
 
        objtype = 'PDOTYPE_O'
 
        objkey = my_objkey
 
        event = 'RESPONSIBILITY'
 
        creator = l_event_creator
 
        start_with_delay = 'X'
 
    TABLES
 
        EVENT_CONTAINER = event_container.
 
 
 
When I look at the instance type linkages in SWEINST I see my object, the
correct key and the correct receiver id (work item id).
 
No errors in SM21, SM58 either.
 
Any ideas out there as to what might be the cause ?.
 
Cheers
 
Dave
 
 
 
 
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/sap-wug/attachments/20011219/32635240/attachment.htm


More information about the SAP-WUG mailing list