FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowDefinition..::..getTaskAssignedTo Method

Gets the task assigned to.

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

Syntax


public Dictionary<string, string> getTaskAssignedTo(
	bool bRecursive
)
Public Function getTaskAssignedTo ( _
	bRecursive As Boolean _
) As Dictionary(Of String, String)
public:
Dictionary<String^, String^>^ getTaskAssignedTo(
	bool^ bRecursive
)

Parameters

bRecursive
Type: Boolean
if set to true [b recursive].

Return Value

Dictionary<System.String, System.String>.