Enum MessageCorrelationResultWithVariableDto.ResultTypeEnum

java.lang.Object
java.lang.Enum<MessageCorrelationResultWithVariableDto.ResultTypeEnum>
org.camunda.community.rest.client.dto.MessageCorrelationResultWithVariableDto.ResultTypeEnum
All Implemented Interfaces:
Serializable, Comparable<MessageCorrelationResultWithVariableDto.ResultTypeEnum>, java.lang.constant.Constable
Enclosing class:
MessageCorrelationResultWithVariableDto

public static enum MessageCorrelationResultWithVariableDto.ResultTypeEnum extends Enum<MessageCorrelationResultWithVariableDto.ResultTypeEnum>
Indicates if the message was correlated to a message start event or an intermediate message catching event. In the first case, the resultType is `ProcessDefinition` and otherwise `Execution`.