<html><HEAD>
<STYLE type=text/css>p{margin: 0;}</STYLE>

<META name=GENERATOR content="MSHTML 9.00.8112.16490"></HEAD>
<BODY style="FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 10pt">
<P>Oooeeehhh.. Guru! That's a nice one Kjetil! I will look into that.</P>
<P>&nbsp;</P>
<P>On Jul 10, 2013 11:34 "Kjetil Kilhavn" <A href="mailto:list.sap-wug@vettug.no">&lt;list.sap-wug@vettug.no&gt;</A> wrote:<BR></P>
<BLOCKQUOTE type="cite">Onsdag 10. juli 2013 08.11.18 skrev Robert van den Berg:
<BLOCKQUOTE type="cite">i have a custom BOR object build with a few virtual paramaters.<BR><BR>When I test the workflow by raising an event, the workflow starts but <BR>goes in error because a virtual parameter is nog yet instanciated. When <BR>I refresh the container, the rest of the virtual parameters is <BR>instanciated and now the workflow can be continued after error. <BR><BR>How can I make sure the workflow only continues when the object is fully <BR>instanciated? </BLOCKQUOTE><BR>The general solution is to add a step condition (work item creation) which <BR>checks whether this attribute has a valid value yet. This works regardless of <BR>the length of the delay, and there won't be any additional steps in the <BR>workflow. The delay may be increased though, since the condition check is only <BR>executed every so often (I think the default is every 30 minutes). <BR><BR>I discovered the usefulness of this when one of my solutions failed because <BR>new employees were registered without e-mail address and without SAP user <BR>name, and it would sometimes take days before the e-mail address was <BR>registered - and some employee numbers were not to have SAP users. <BR><BR>Wait steps are so 2005 :-) <BR>
<BLOCKQUOTE type="cite">Kind regards, <BR><BR>Robert </BLOCKQUOTE>-- <BR>Kjetil Kilhavn / Vettug AS (http://www.vettug.no) <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> </BLOCKQUOTE></BODY></html>