deWorkflowInstance..::..getStepExecutions Method
Gets the step executions.
Namespace:
FlowWright.cDevDeAPIAssembly: 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.