FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowInstance..::..execute Method (Hashtable, Hashtable, Nullable<(Of <(<'DateTime>)>)>, Boolean, String)

Executes the specified o variable default values.

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

Syntax


public bool execute(
	Hashtable oVariableDefaultValues,
	Hashtable oGlobalDefaultValues,
	Nullable<DateTime> oExecDateTime,
	bool isTestMode,
	string testModeUserID
)
Public Function execute ( _
	oVariableDefaultValues As Hashtable, _
	oGlobalDefaultValues As Hashtable, _
	oExecDateTime As Nullable(Of DateTime), _
	isTestMode As Boolean, _
	testModeUserID As String _
) As Boolean
public:
bool^ execute(
	Hashtable^ oVariableDefaultValues, 
	Hashtable^ oGlobalDefaultValues, 
	Nullable<DateTime^> oExecDateTime, 
	bool^ isTestMode, 
	String^ testModeUserID
)

Parameters

oVariableDefaultValues
Type: Hashtable
The o variable default values.
oGlobalDefaultValues
Type: Hashtable
The o global default values.
oExecDateTime
Type: Nullable<(Of <(<'DateTime>)>)>
The o execute date time.
isTestMode
Type: Boolean
if set to true [Test mode is true].
testModeUserID
Type: String
The test mode user identifier.

Return Value

true if XXXX, false otherwise.