FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowInstance..::..reAssignAllOpenTasks Method

Res the assign all open tasks.

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

Syntax


public bool reAssignAllOpenTasks(
	string oldUserID,
	string newUserID
)
Public Function reAssignAllOpenTasks ( _
	oldUserID As String, _
	newUserID As String _
) As Boolean
public:
bool^ reAssignAllOpenTasks(
	String^ oldUserID, 
	String^ newUserID
)

Parameters

oldUserID
Type: String
The old user identifier.
newUserID
Type: String
The new user identifier.

Return Value

true if XXXX, false otherwise.