GetTransition |
Scroll |
Gets a TheWFTransition object between the two specified workflow tasks exists.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetTransition ( _ nTaskNoFrom As Integer, _ nTaskNoTo As Integer _ ) As TheWFTransition C# public virtual TheWFTransition GetTransition ( int nTaskNoFrom, int nTaskNoTo )
Parameters nTaskNoFrom The task number where the transition starts.
nTaskNoTo The task number where the transition ends.
Return Value A TheWFTransition object representing the requested workflow transition. |