The First Event:wf_start
The first function of every action must be
wf_start
.
Function wf_start() As Long
End Function
This occurs without user input. The
wf_start
does not correspond to a button. It is used to
start the workflow action and run a script.