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 SummaryModifier 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.MessageCorrelationResultgetExecution, getProcessInstance, getResultType
- 
Method Details- 
getVariablesVariableMap getVariables()Returns the process variables of the process instance on which the message was correlated to.- Returns:
- the variable map of the process variables
 
 
-