TaskflowManager.RegisterTask Method

Registers a new workflow type. A new site is created and routings are updated to enable new task requests to be sent to the site.

Namespace:  OBA.Server.Taskflow
Assembly:  OBA.Server.Taskflow (in OBA.Server.Taskflow.dll)

Syntax

'Declaration
Public Shared Function RegisterTask ( _
    request As RegisterTaskRequest _
) As String
'Usage
Dim request As RegisterTaskRequest
Dim returnValue As String

returnValue = TaskflowManager.RegisterTask(request)
public static string RegisterTask(
    RegisterTaskRequest request
)

Parameters

Return Value

Type: System.String

Remarks

Returns the URL of the new workspace.

See Also

Reference

TaskflowManager Class

TaskflowManager Members

OBA.Server.Taskflow Namespace