{CompanyName} FlexyGo

GipeController..::..debugWorkflow Method

Debugs a workflow

Namespace:  FLEXYGO.Controlers.UI
Assembly:  FlexyGo (in FlexyGo.dll)

Syntax


[BlacklistCheckAttribute]
[CompressAttribute]
public ActionResult debugWorkflow(
	string workflowId,
	int version,
	int executionId,
	bool stepOver
)
<BlacklistCheckAttribute> _
<CompressAttribute> _
Public Function debugWorkflow ( _
	workflowId As String, _
	version As Integer, _
	executionId As Integer, _
	stepOver As Boolean _
) As ActionResult

Parameters

workflowId
Type: String
Identifier of workflow.
version
Type: Int32
Version of workflow.
executionId
Type: Int32
stepOver
Type: Boolean

Return Value

Boolean.