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