GipeController..::..setWorkflowStepResponse Method
Sets the user response to a gipe step
Namespace:
FLEXYGO.Controlers.UIAssembly: FlexyGo (in FlexyGo.dll)
Syntax
[BlacklistCheckAttribute] [CompressAttribute] public ActionResult setWorkflowStepResponse( int execId, int stepId, string userResponse )
<BlacklistCheckAttribute> _ <CompressAttribute> _ Public Function setWorkflowStepResponse ( _ execId As Integer, _ stepId As Integer, _ userResponse As String _ ) As ActionResult
Parameters
- execId
- Type: Int32
Identifier of workflow execution.
- stepId
- Type: Int32
Identifier of workflow step.
- userResponse
- Type: String
The user response.