FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

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

resets the instance back to step based on the execution id

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

Syntax


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

Parameters

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

Return Value

true if XXXX, false otherwise.