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_launch
method returns a0
which is the default value, or a1
, thenStart
is called next. - If
wf_launch
returns9111
or111
, thenwf_start
is not called.