deWorkflowInstance..::..getStartVariablesAndGlobals Method
Gets the start variables and globals.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public void getStartVariablesAndGlobals( ref Hashtable oStartVars, ref Hashtable oStartGlobals, ref List<string> oRequiredVars, ref List<string> oRequiredGlobals, bool getlastUsedValues )
Parameters
- oStartVars
- Type: Hashtable%
The o start vars.
- oStartGlobals
- Type: Hashtable%
The o start globals.
- oRequiredVars
- Type: List<(Of <(<'String>)>)>%
The o required vars.
- oRequiredGlobals
- Type: List<(Of <(<'String>)>)>%
The o required globals.
- getlastUsedValues
- Type: Boolean
if set to true [getlast used values].