Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1021 Bytes

MessageCorrelationResultWithVariableDto.md

File metadata and controls

14 lines (9 loc) · 1021 Bytes

MessageCorrelationResultWithVariableDto

Properties

Name Type Description Notes
result_type Option<String> 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. [optional]
process_instance Option<crate::models::ProcessInstanceDto> [optional]
execution Option<crate::models::ExecutionDto> [optional]
variables Option<::std::collections::HashMap<String, crate::models::VariableValueDto>> This property is returned if the variablesInResultEnabled is set to true. Contains a list of the process variables. [optional]

[Back to Model list] [Back to API list] [Back to README]