FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowInstance..::..continueRouteStep Method

continues the route step once the tasks are completed

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

Syntax


public bool continueRouteStep(
	string sStepID,
	string sReturnVal,
	string sIteration,
	Hashtable oVariables,
	Hashtable oGlobals,
	Hashtable oReturnsCollection
)
Public Function continueRouteStep ( _
	sStepID As String, _
	sReturnVal As String, _
	sIteration As String, _
	oVariables As Hashtable, _
	oGlobals As Hashtable, _
	oReturnsCollection As Hashtable _
) As Boolean
public:
bool^ continueRouteStep(
	String^ sStepID, 
	String^ sReturnVal, 
	String^ sIteration, 
	Hashtable^ oVariables, 
	Hashtable^ oGlobals, 
	Hashtable^ oReturnsCollection
)

Parameters

sStepID
Type: String
ID of the step
sReturnVal
Type: String
return value from the step
sIteration
Type: String
execution iteration for the step
oVariables
Type: Hashtable
variables to update
oGlobals
Type: Hashtable
globals to update
oReturnsCollection
Type: Hashtable
The o returns collection.

Return Value

bool