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 correlationcontaining the process variables- Since:
- 7.11
- Author:
- Yana.Vasileva
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.camunda.bpm.engine.variable.VariableMapgetVariables()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
-
-