FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowInstance..::..resetBackToFigure Method (String, String, Boolean)

resets the instance back to selected step and iteration

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

Syntax


public bool resetBackToFigure(
	string sStepID,
	string sIterationNumber,
	bool updateNextStepDesign
)
Public Function resetBackToFigure ( _
	sStepID As String, _
	sIterationNumber As String, _
	updateNextStepDesign As Boolean _
) As Boolean
public:
bool^ resetBackToFigure(
	String^ sStepID, 
	String^ sIterationNumber, 
	bool^ updateNextStepDesign
)

Parameters

sStepID
Type: String
id of the step
sIterationNumber
Type: String
execution iteration of the step
updateNextStepDesign
Type: Boolean
if set to true [update next step design].

Return Value

true if XXXX, false otherwise.