GipeController..::..setWorkflowStepParams Method
Sets the paramethers to a current workflow execution
Namespace:
FLEXYGO.Controlers.UIAssembly: FlexyGo (in FlexyGo.dll)
Syntax
[BlacklistCheckAttribute] [CompressAttribute] public ActionResult setWorkflowStepParams( int ExecId, int StepId, KeyValuePairs[] ProcessParams )
<BlacklistCheckAttribute> _ <CompressAttribute> _ Public Function setWorkflowStepParams ( _ ExecId As Integer, _ StepId As Integer, _ ProcessParams As KeyValuePairs() _ ) As ActionResult
Parameters
- ExecId
- Type: Int32
- StepId
- Type: Int32
- ProcessParams
- Type: array<KeyValuePairs>[]()[][]
The process parameters.