deRealTime..::..executeWorkflowInRealTime Method
Executes the workflow in real time.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public deExecutionResult executeWorkflowInRealTime( string workflowDefinitionID, Hashtable oVariables, Hashtable oGlobals )
Public Function executeWorkflowInRealTime ( _ workflowDefinitionID As String, _ oVariables As Hashtable, _ oGlobals As Hashtable _ ) As deExecutionResult
public: deExecutionResult^ executeWorkflowInRealTime( String^ workflowDefinitionID, Hashtable^ oVariables, Hashtable^ oGlobals )
Parameters
- workflowDefinitionID
- Type: String
The workflow definition identifier.
- oVariables
- Type: Hashtable
The o variables.
- oGlobals
- Type: Hashtable
The o globals.