Interface EvaluateDecisionCommandStep1
- All Superinterfaces:
CommandWithCommunicationApiStep<EvaluateDecisionCommandStep1>
- All Known Implementing Classes:
EvaluateDecisionCommandImpl
@Deprecated
public interface EvaluateDecisionCommandStep1
extends CommandWithCommunicationApiStep<EvaluateDecisionCommandStep1>
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDeprecated.since 8.8 for removal in 8.9, replaced byEvaluateDecisionCommandStep1.EvaluateDecisionCommandStep2 -
Method Summary
Modifier and TypeMethodDescriptiondecisionId(String decisionId) Deprecated.Set the id of the decision to evaluate.decisionKey(long decisionKey) Deprecated.Set the key of the decision to evaluate.Methods inherited from interface io.camunda.zeebe.client.api.command.CommandWithCommunicationApiStep
useGrpc, useRest
-
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
-
EvaluateDecisionCommandStep1