FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowInstance..::..jumpToStep Method

Jumps to step.

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

Syntax


public bool jumpToStep(
	string currentStepID,
	string sIteration,
	string jumpToStepID
)
Public Function jumpToStep ( _
	currentStepID As String, _
	sIteration As String, _
	jumpToStepID As String _
) As Boolean
public:
bool^ jumpToStep(
	String^ currentStepID, 
	String^ sIteration, 
	String^ jumpToStepID
)

Parameters

currentStepID
Type: String
The current step identifier.
sIteration
Type: String
The s iteration.
jumpToStepID
Type: String
The jump to step identifier.

Return Value

true if XXXX, false otherwise.