Optional function: wf_launch() for backwards compatibility only
The wf_launch function is the first action
         of an action set. This action is recognized by Optiva Workflow. 
Function wf_launch() As Long
End Function
      This function is optional. It exists only for backwards compatibility.
You do not see the 
		wf_launch in the 
		Action form. Do not use it unless you already have
		developed scripts in previous versions of Optiva. 
	 
- Use only as the first function in the first step. It is ignored anywhere else.
 -  Launch is run first. If the 
wf_launchmethod returns a0which is the default value, or a1, thenStartis called next. -  If 
		  
wf_launchreturns9111or111, thenwf_startis not called.