Class EvaluateDecisionCmd

  • All Implemented Interfaces:
    Command<org.camunda.bpm.dmn.engine.DmnDecisionResult>

    public class EvaluateDecisionCmd
    extends Object
    implements Command<org.camunda.bpm.dmn.engine.DmnDecisionResult>
    Evaluates the decision with the given key or id. If the decision definition key given then specify the version and tenant-id. If no version is provided then the latest version is taken.
    • Field Detail

      • decisionDefinitionKey

        protected String decisionDefinitionKey
      • decisionDefinitionId

        protected String decisionDefinitionId
      • version

        protected Integer version
      • variables

        protected org.camunda.bpm.engine.variable.VariableMap variables
      • decisionDefinitionTenantId

        protected String decisionDefinitionTenantId
      • isTenandIdSet

        protected boolean isTenandIdSet