Click or drag to resize

GetConditionPermissionResponse Class

This message is used to grant or reject permission for a process endpoint to proceed with the recipe based on the results of a condition sequence action.
{
  "Result": {
    "Result": "Success",
    "ResultCode": 0,
    "Message": null
  },
  "TransactionId": "7e712504-4d65-499f-9dcb-1974e20bae59",
  "ConditionStep": {}
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.Production.Assembly.PressInsertionGetConditionPermissionResponse

Namespace: CFX.Production.Assembly.PressInsertion
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class GetConditionPermissionResponse : CFXMessage

The GetConditionPermissionResponse type exposes the following members.

Constructors
 NameDescription
Public methodGetConditionPermissionResponse Default constructor
Top
Properties
 NameDescription
Public propertyConditionStep Describes a individual step of a Condition sequence that must be validated
Public propertyResult The result of the request
Public propertyTransactionID Related Transaction ID specified previously by WorkStarted Message
Top
See Also