deWorkflowInstance..::..continueRouteStep Method
continues the route step once the tasks are completed
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
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.