GipeController..::..debugWorkflow Method
Debugs a workflow
Namespace:
FLEXYGO.Controlers.UIAssembly: 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