[][src]Module camunda_client::models::message_correlation_result_with_variable_dto

Structs

MessageCorrelationResultWithVariableDto

MessageCorrelationResultWithVariableDto : The processInstance property only has a value if the resultType is set to ProcessDefinition. The processInstance with the properties as described in the get single instance method. The execution property only has a value if the resultType is set to Execution. The execution with the properties as described in the get single execution method.

Enums

ResultType

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.