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