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
- request
Type: OBA.Server.Taskflow.RegisterTaskRequest
Return Value
Type: System.String
Remarks
Returns the URL of the new workspace.