FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowInstance..::..getStepExecutionInformaton Method

gets information for a given step and iteration

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

Syntax


public deStepExecutionInfo getStepExecutionInformaton(
	string stepID,
	int iterationNumber
)
Public Function getStepExecutionInformaton ( _
	stepID As String, _
	iterationNumber As Integer _
) As deStepExecutionInfo
public:
deStepExecutionInfo^ getStepExecutionInformaton(
	String^ stepID, 
	int^ iterationNumber
)

Parameters

stepID
Type: String
id of the step
iterationNumber
Type: Int32
execution iteration number

Return Value

deStepExecutionInfo.