Class DecisionInvocation

java.lang.Object
org.camunda.bpm.engine.impl.delegate.DelegateInvocation
org.camunda.bpm.engine.impl.dmn.invocation.DecisionInvocation

public class DecisionInvocation extends DelegateInvocation
DelegateInvocation invoking a DecisionDefinition in a given VariableContext. The DmnEngine instance is resolved from the Context. The invocation result is a DmnDecisionResult. The target of the invocation is the DecisionDefinition.
Author:
Daniel Meyer