GipeController..::..setWorkflowStepEntity Method
Sets the entity to a current workflow execution
Namespace:
FLEXYGO.Controlers.UIAssembly: FlexyGo (in FlexyGo.dll)
Syntax
[BlacklistCheckAttribute] [CompressAttribute] public ActionResult setWorkflowStepEntity( int ExecId, int StepId, string objectName, string objectWhere )
<BlacklistCheckAttribute> _ <CompressAttribute> _ Public Function setWorkflowStepEntity ( _ ExecId As Integer, _ StepId As Integer, _ objectName As String, _ objectWhere As String _ ) As ActionResult
Parameters
- ExecId
- Type: Int32
- StepId
- Type: Int32
- objectName
- Type: String
The object type.
- objectWhere
- Type: String
The object where.