FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowInstance..::..getStepExecutions Method

Gets the step executions.

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

Syntax


public SortedDictionary<int, deStepExecutionInfo> getStepExecutions(
	string stepID
)
Public Function getStepExecutions ( _
	stepID As String _
) As SortedDictionary(Of Integer, deStepExecutionInfo)
public:
SortedDictionary<int^, deStepExecutionInfo^>^ getStepExecutions(
	String^ stepID
)

Parameters

stepID
Type: String
The step identifier.

Return Value

SortedDictionary<System.Int32, deStepExecutionInfo>.