<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Carolyn,<BR>
&nbsp;<BR>
The 'Start With Delay' parameter adds 10 minutes on to the event as standard.<BR>
&nbsp;<BR>
It's actually hard-coded as a constant. That's probably the cause :)<BR>
&nbsp;<BR>
Mike GT<BR><BR>&gt; From: fuller@MIT.EDU<BR>&gt; To: sap-wug@MIT.EDU<BR>&gt; Subject: Event triggered and 11 minutes later workflow started<BR>&gt; Date: Fri, 23 Jan 2009 16:40:12 -0500<BR>&gt; CC: rcasey@MIT.EDU; rep@MIT.EDU; lma@MIT.EDU<BR>&gt; <BR>&gt; Hi all,<BR>&gt; <BR>&gt; I have a custom program that triggers a custom event via:<BR>&gt; <BR>&gt; CALL FUNCTION 'SWE_EVENT_CREATE'<BR>&gt; EXPORTING<BR>&gt; objtype = z_object_type<BR>&gt; objkey = z_objkey<BR>&gt; event = z_event<BR>&gt; start_with_delay = 'X'<BR>&gt; start_recfb_synchron = ' '<BR>&gt; IMPORTING<BR>&gt; event_id = z_event_id<BR>&gt; TABLES<BR>&gt; event_container = z_event_container<BR>&gt; EXCEPTIONS<BR>&gt; objtype_not_found = 1<BR>&gt; OTHERS = 2.<BR>&gt; COMMIT WORK.<BR>&gt; <BR>&gt; This code was executed at 15:56:48 today. 11 minutes later (16:07:06) <BR>&gt; the workflow that is triggered by this event was launched.<BR>&gt; <BR>&gt; This problem just started happening around mid-morning. Earlier this <BR>&gt; morning the end user said he did not encounter these kinds of <BR>&gt; problems. Any idea on where I should look for what is causing this 11 <BR>&gt; minute delay? Is SWWDHEX the background workflow job that kicks off <BR>&gt; workflow? It seems to be running in this environment (development) <BR>&gt; every 3 minutes with a 1 minute delay.<BR>&gt; <BR>&gt; ---<BR>&gt; Carolyn Fuller<BR>&gt; Massachusetts Institute of Technology<BR>&gt; Information Services and Technology<BR>&gt; Administrative Computing<BR>&gt; Senior Analyst/ Programmer<BR>&gt; (617) 253-6213<BR>&gt; http://fuller.mit.edu/<BR>&gt; <BR>&gt; _______________________________________________<BR>&gt; SAP-WUG mailing list<BR>&gt; SAP-WUG@mit.edu<BR>&gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<BR><BR><br /><hr />Windows Live Hotmail just got better. <a href='http://www.microsoft.com/uk/windows/windowslive/products/hotmail.aspx' target='_new'>Find out more!</a></body>
</html>