FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowInstance..::..completeStep Method

Completes the step.

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

Syntax


public bool completeStep(
	string sStepID,
	string sReturnVal,
	string sIteration,
	stepState oStepState,
	Hashtable oVariables,
	Hashtable oGlobals,
	string errorMsg
)
Public Function completeStep ( _
	sStepID As String, _
	sReturnVal As String, _
	sIteration As String, _
	oStepState As stepState, _
	oVariables As Hashtable, _
	oGlobals As Hashtable, _
	errorMsg As String _
) As Boolean
public:
bool^ completeStep(
	String^ sStepID, 
	String^ sReturnVal, 
	String^ sIteration, 
	stepState^ oStepState, 
	Hashtable^ oVariables, 
	Hashtable^ oGlobals, 
	String^ errorMsg
)

Parameters

sStepID
Type: String
The s step identifier.
sReturnVal
Type: String
The s return value.
sIteration
Type: String
The s iteration.
oStepState
Type: FlowWright.cDevDecisionEngine..::..stepState
State of the o step.
oVariables
Type: Hashtable
The o variables.
oGlobals
Type: Hashtable
The globals
errorMsg
Type: String
If the step is error state, provide an error message

Return Value

true if XXXX, false otherwise.