deWorkflowInstance..::..completeStep Method
   Completes the step.
   
                
    Namespace: 
   FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
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
 
                     
                 
                
                 
                 
                 
                
