FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowInstance..::..getStep Method

returns a step based on the step id

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

Syntax


public clsFigure getStep(
	string sStepID
)
Public Function getStep ( _
	sStepID As String _
) As clsFigure
public:
clsFigure^ getStep(
	String^ sStepID
)

Parameters

sStepID
Type: String
id of the step

Return Value

lclsFigure