<div>G'day Bill,</div>
<div>&nbsp;</div>
<div>Just to clarify...</div>
<div>&nbsp;</div>
<div>You have n foreground steps. A wait for event. Subsequent foreground step with same agent as the step before the wait?</div>
<div>&nbsp;</div>
<div>If this is your chain then yes you are right the wait for event will break the advance with dialog sequence. This is the way it is meant to be. Because you need to wait for an ansyncronous update (presumably) to occur. The nature of asynchronous updates is that the dialog users context is free from having to wait for the update to occur. 
</div>
<div>&nbsp;</div>
<div>Even though it may only take a fraction of a second in practice normally, there can be delays during which the user could navigate entirely away from the SAP Inbox. </div>
<div>&nbsp;</div>
<div>SAP is a client server set-up. Once the dialog chain is broken, it can't be re-established by the server.</div>
<div>&nbsp;</div>
<div>The same would be true if your previous step was declared as an async method and your wait step was replaced by the terminating event. The chain would still be broken.</div>
<div>&nbsp;</div>
<div>It's just a case of training your user to refresh their inbox and execute the next item. Might even be worth including a reminder to do so in the long text of the step prior to the wait.</div>
<div>&nbsp;</div>
<div>Good luck,</div>
<div>Mark<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 3/14/06, <b class="gmail_sendername">Bill Holbrook</b> &lt;<a href="mailto:BHolbro@smud.org">BHolbro@smud.org</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Hello.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I am currently on SAP release 4.7, Basis patch level SAPKB62050.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I have written a workflow that has a 'Wait for event' step. Before the step executes there are steps that are executed in dialog mode. When the 'Wait for event' step is executed, it sends an item for the next step to be executed into my inbox rather than just continuing with the rest of the workflow. The 'Wait for event' step seems to go into background mode (WF-BATCH) and that is why the item is going into my inbox instead of executing automatically. Is there a way to make the workflow continue after the&nbsp;&nbsp;'Wait for event' step has executed and not create an inbox item ?
<br><br>Bill Holbrook<br>Technical Developer<br>Sacramento Municipal Utility District<br>Mail Stop A306&nbsp;&nbsp; (916) 732-6759<br><br><br><br>_______________________________________________<br>SAP-WUG mailing list<br><a href="mailto:SAP-WUG@mit.edu">
SAP-WUG@mit.edu</a><br><a href="http://mailman.mit.edu/mailman/listinfo/sap-wug">http://mailman.mit.edu/mailman/listinfo/sap-wug</a><br></blockquote></div><br>