Package org.camunda.bpm.engine.runtime
Interface MessageCorrelationResultWithVariables
- All Superinterfaces:
MessageCorrelationResult
- All Known Implementing Classes:
MessageCorrelationResultImpl
* The result of a message correlation
containing the process variables
- Since:
- 7.11
- Author:
- Yana.Vasileva
-
Method Summary
Modifier and TypeMethodDescriptionReturns the process variables of the process instance on which the message was correlated to.Methods inherited from interface org.camunda.bpm.engine.runtime.MessageCorrelationResult
getExecution, getProcessInstance, getResultType
-
Method Details
-
getVariables
VariableMap getVariables()Returns the process variables of the process instance on which the message was correlated to.- Returns:
- the variable map of the process variables
-