FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowInstance..::..resetBackToFirstFigureIteration Method

resets the instance back to a selected step's first iteration

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

Syntax


public bool resetBackToFirstFigureIteration(
	string sStepID
)
Public Function resetBackToFirstFigureIteration ( _
	sStepID As String _
) As Boolean
public:
bool^ resetBackToFirstFigureIteration(
	String^ sStepID
)

Parameters

sStepID
Type: String
id of the step

Return Value

true if XXXX, false otherwise.