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