FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowDefinition..::..getInstances Method

Gets the instances.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public Dictionary<string, deWorkflowInstance> getInstances(
	executionStatus oType
)
Public Function getInstances ( _
	oType As executionStatus _
) As Dictionary(Of String, deWorkflowInstance)
public:
Dictionary<String^, deWorkflowInstance^>^ getInstances(
	executionStatus^ oType
)

Parameters

oType
Type: FlowWright.cDevDecisionEngine..::..executionStatus
Type of the o.

Return Value

Dictionary<System.String, deInstance>.