Gets the start task of the workflow process.
Namespace: Therefore.API
Visual Basic
Public Overridable Function GetStartTask () As TheWFTask
C#
public virtual TheWFTask GetStartTask ()
Parameters
None.
Return Value
An TheWFTask object representing the start task of the workflow process.
|