{CompanyName} FlexyGo

GipeController..::..abortExecution Method

Aborts a current workflow execution

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

Syntax


[BlacklistCheckAttribute]
[CompressAttribute]
public ActionResult abortExecution(
	int execId,
	int stepId
)
<BlacklistCheckAttribute> _
<CompressAttribute> _
Public Function abortExecution ( _
	execId As Integer, _
	stepId As Integer _
) As ActionResult

Parameters

execId
Type: Int32
Identifier of workflow execution.
stepId
Type: Int32
Identifier of workflow step.

Return Value

ActionResult.