deWorkflowInstance..::..continueParentWorkflow Method
Continues the execution of the parent workflow
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
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