public interface DmnHistoryEventProducer
HistoryEvent.| Modifier and Type | Method and Description |
|---|---|
HistoryEvent |
createDecisionEvaluatedEvt(DelegateCaseExecution execution,
DmnDecisionEvaluationEvent decisionEvaluationEvent)
Creates the history event fired when a decision is evaluated while execute
a case instance.
|
HistoryEvent |
createDecisionEvaluatedEvt(DelegateExecution execution,
DmnDecisionEvaluationEvent decisionEvaluationEvent)
Creates the history event fired when a decision is evaluated while execute
a process instance.
|
HistoryEvent |
createDecisionEvaluatedEvt(DmnDecisionEvaluationEvent decisionEvaluationEvent)
Creates the history event fired when a decision is evaluated.
|
HistoryEvent createDecisionEvaluatedEvt(DelegateExecution execution, DmnDecisionEvaluationEvent decisionEvaluationEvent)
execution - the current executiondecisionEvaluationEvent - the evaluation eventcreateDecisionEvaluatedEvt(DmnDecisionEvaluationEvent)HistoryEvent createDecisionEvaluatedEvt(DelegateCaseExecution execution, DmnDecisionEvaluationEvent decisionEvaluationEvent)
execution - the current case executiondecisionEvaluationEvent - the evaluation eventcreateDecisionEvaluatedEvt(DmnDecisionEvaluationEvent)HistoryEvent createDecisionEvaluatedEvt(DmnDecisionEvaluationEvent decisionEvaluationEvent)
createDecisionEvaluatedEvt(DelegateExecution, DmnDecisionEvaluationEvent) instead.decisionEvaluationEvent - the evaluation eventCopyright © 2013–2020 camunda services GmbH. All rights reserved.