FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowDefinition..::..getUserWithLeastOpenTasks Method

Gets the user with least open tasks.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public string getUserWithLeastOpenTasks(
	List<string> sUserIDs
)
Public Function getUserWithLeastOpenTasks ( _
	sUserIDs As List(Of String) _
) As String
public:
String^ getUserWithLeastOpenTasks(
	List<String^>^ sUserIDs
)

Parameters

sUserIDs
Type: List<(Of <(<'String>)>)>
The s user i ds.

Return Value

System.String.