Package org.camunda.bpm.engine.runtime
Interface MessageCorrelationResultWithVariables
-
- All Superinterfaces:
MessageCorrelationResult
- All Known Implementing Classes:
MessageCorrelationResultImpl
public interface MessageCorrelationResultWithVariables extends MessageCorrelationResult
* The result of a
message correlation
containing the process variables- Since:
- 7.11
- Author:
- Yana.Vasileva
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VariableMap
getVariables()
Returns 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 Detail
-
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
-
-