<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=US-ASCII">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>Problem with start condition</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2 FACE="Courier New">Greetings -</FONT>
</P>

<P><FONT SIZE=2 FACE="Courier New">Background:</FONT>
</P>

<P><FONT SIZE=2 FACE="Courier New">I have a WF that I have created that monitors a specific BO. The WF is triggered by a an event that gets raised, and this is working properly. Too properly in fact because I have an issue where our shop floor data collection system is sending a bunch of records to SAP to process. Each record is triggering the WF and this should not be the case, as I only want records created by specific sources. So to prefilter events, I used a start condition to NOT process any of the events that are triggered by the shop floor system. The problem is, I am still seeing those event transactions appear in the SWEL queue. </FONT></P>

<P><FONT SIZE=2 FACE="Courier New">Questions:</FONT>
</P>

<P><FONT SIZE=2 FACE="Courier New">1. Should I still see these events in the SWEL queue?</FONT>
<BR><FONT SIZE=2 FACE="Courier New">2. If not, I am using SWB_COND to set a start condition for this WF. The precheck is pretty simple (if the creator of the record is NOT = SFDC, then start the WF). In theory these should be the exceptions. What am I doing wrong?</FONT></P>

<P><FONT SIZE=2 FACE="Courier New">Hope this all makes sense and someone can point out the error in my ways.</FONT>
</P>

<P><FONT SIZE=2 FACE="Courier New">Thanks in advance,</FONT>
</P>

<P><FONT SIZE=2 FACE="Courier New">Tony Hoodak</FONT>
<BR><FONT SIZE=2 FACE="Courier New">Gleason Corp</FONT>
</P>

</BODY>
</HTML>