public interface MessageCorrelationResult
The result of a message correlation. A message may be correlated to either
a waiting execution (BPMN receive message event) or a process definition
(BPMN message start event). The type of the correlation (execution vs.
processDefinition) can be obtained using getResultType()
Modifier and Type | Method and Description |
---|---|
Execution |
getExecution()
Returns the execution entity on which the message was correlated to.
|
ProcessInstance |
getProcessInstance()
Returns the process instance id on which the message was correlated to.
|
MessageCorrelationResultType |
getResultType()
Returns the result type of the message correlation result.
|
Execution getExecution()
ProcessInstance getProcessInstance()
MessageCorrelationResultType getResultType()
MessageCorrelationResultType}
Copyright © 2022. All rights reserved.