TaskflowManager.GetTaskList Method
Gets a list of registered workflow types.
Namespace: OBA.Server.Taskflow
Assembly: OBA.Server.Taskflow (in OBA.Server.Taskflow.dll)
Syntax
'Declaration
Public Shared Function GetTaskList ( _
taskflowRootWebUrl As String _
) As ListTaskResponse
'Usage
Dim taskflowRootWebUrl As String
Dim returnValue As ListTaskResponse
returnValue = TaskflowManager.GetTaskList(taskflowRootWebUrl)
public static ListTaskResponse GetTaskList(
string taskflowRootWebUrl
)
Parameters
taskflowRootWebUrl
Type: System.StringSpecifies the root web URL for the Taskflow.
Return Value
Type: OBA.Server.Taskflow.ListTaskResponse