FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowInstance..::..execute Method (Hashtable, Hashtable, Hashtable, Boolean, Boolean, Nullable<(Of <(<'DateTime>)>)>, instancePriority, Boolean, 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,
	Hashtable oFormVariables,
	bool bRememberInputParms,
	bool resetInstance,
	Nullable<DateTime> oExecuteDateTime,
	instancePriority oPriority,
	bool checkForRequiredVariables,
	bool isTestMode,
	string testModeUserID
)
Public Function execute ( _
	oVariableDefaultValues As Hashtable, _
	oGlobalDefaultValues As Hashtable, _
	oFormVariables As Hashtable, _
	bRememberInputParms As Boolean, _
	resetInstance As Boolean, _
	oExecuteDateTime As Nullable(Of DateTime), _
	oPriority As instancePriority, _
	checkForRequiredVariables As Boolean, _
	isTestMode As Boolean, _
	testModeUserID As String _
) As Boolean
public:
bool^ execute(
	Hashtable^ oVariableDefaultValues, 
	Hashtable^ oGlobalDefaultValues, 
	Hashtable^ oFormVariables, 
	bool^ bRememberInputParms, 
	bool^ resetInstance, 
	Nullable<DateTime^> oExecuteDateTime, 
	instancePriority^ oPriority, 
	bool^ checkForRequiredVariables, 
	bool^ isTestMode, 
	String^ testModeUserID
)

Parameters

oVariableDefaultValues
Type: Hashtable
The o variable default values.
oGlobalDefaultValues
Type: Hashtable
The o global default values.
oFormVariables
Type: Hashtable
The o form variables.
bRememberInputParms
Type: Boolean
if set to true [b remember input parms].
resetInstance
Type: Boolean
if set to true [reset instance].
oExecuteDateTime
Type: Nullable<(Of <(<'DateTime>)>)>
The o execute date time.
oPriority
Type: FlowWright.cDevDecisionEngine..::..instancePriority
The o priority.
checkForRequiredVariables
Type: Boolean
if set to true [check for required variables].
isTestMode
Type: Boolean
if set to true [is test mode].
testModeUserID
Type: String
The test mode user identifier.

Return Value

true if XXXX, false otherwise.