FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowInstance..::..execute Method (Boolean, String)

execute the instance

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

Syntax


public bool execute(
	bool isTestMode,
	string testModeUserID
)
Public Function execute ( _
	isTestMode As Boolean, _
	testModeUserID As String _
) As Boolean
public:
bool^ execute(
	bool^ isTestMode, 
	String^ testModeUserID
)

Parameters

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.