Interface EvaluateDecisionCommandStep1

All Superinterfaces:
CommandWithCommunicationApiStep<EvaluateDecisionCommandStep1>
All Known Implementing Classes:
EvaluateDecisionCommandImpl

@Deprecated public interface EvaluateDecisionCommandStep1 extends CommandWithCommunicationApiStep<EvaluateDecisionCommandStep1>
Deprecated.
since 8.8 for removal in 8.9, replaced by EvaluateDecisionCommandStep1
  • Method Details

    • decisionId

      Deprecated.
      Set the id of the decision to evaluate. This is the static id of the decision in the DMN XML (i.e. "<decision id='my-decision'>").
      Parameters:
      decisionId - the DMN id of the decision
      Returns:
      the builder for this command
    • decisionKey

      Deprecated.
      Set the key of the decision to evaluate. The key is assigned by the broker while deploying the decision. It can be picked from the deployment.
      Parameters:
      decisionKey - the key of the decision
      Returns:
      the builder for this command