FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowDefinition..::..getSubWorkflowInstances Method

Gets the Sub-workflow instances.

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

Syntax


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

Parameters

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

Return Value

Dictionary<System.String, deInstance>.