FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowInstance..::..continueParentWorkflow Method

Continues the execution of the parent workflow

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

Syntax


public bool continueParentWorkflow(
	string sStepID,
	string sReturnVal,
	string sIteration,
	stepState oStepState,
	clsVariableCollection oVars,
	clsGlobalCollection oGlobals
)
Public Function continueParentWorkflow ( _
	sStepID As String, _
	sReturnVal As String, _
	sIteration As String, _
	oStepState As stepState, _
	oVars As clsVariableCollection, _
	oGlobals As clsGlobalCollection _
) As Boolean
public:
bool^ continueParentWorkflow(
	String^ sStepID, 
	String^ sReturnVal, 
	String^ sIteration, 
	stepState^ oStepState, 
	clsVariableCollection^ oVars, 
	clsGlobalCollection^ oGlobals
)

Parameters

sStepID
Type: String
ID of the parent step
sReturnVal
Type: String
return value
sIteration
Type: String
# o the iteration
oStepState
Type: FlowWright.cDevDecisionEngine..::..stepState
Step state
oVars
Type: clsVariableCollection
list of variables
oGlobals
Type: clsGlobalCollection
list of globals

Return Value

true if XXXX, false otherwise.