deWorkflowInstance..::..execute Method (Hashtable, Hashtable, instancePriority, Boolean, String)
Executes the specified o variable default values.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public bool execute( Hashtable oVariableDefaultValues, Hashtable oGlobalDefaultValues, instancePriority oPriority, bool isTestMode, string testModeUserID )
Public Function execute ( _ oVariableDefaultValues As Hashtable, _ oGlobalDefaultValues As Hashtable, _ oPriority As instancePriority, _ isTestMode As Boolean, _ testModeUserID As String _ ) As Boolean
public: bool^ execute( Hashtable^ oVariableDefaultValues, Hashtable^ oGlobalDefaultValues, instancePriority^ oPriority, bool^ isTestMode, String^ testModeUserID )
Parameters
- oVariableDefaultValues
- Type: Hashtable
The o variable default values.
- oGlobalDefaultValues
- Type: Hashtable
hashtable of defualt global values
- oPriority
- Type: FlowWright.cDevDecisionEngine..::..instancePriority
The o priority.
- isTestMode
- Type: Boolean
if set to true [Test mode is true].
- testModeUserID
- Type: String
The test mode user identifier.