FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowInstance..::..resetBackToLastFigureIteration Method

resets the instance back to a selected steps last iteration

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

Syntax


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

Parameters

sStepID
Type: String
id of the step

Return Value

true if XXXX, false otherwise.