Zeebe C# Client 2.5.0
C# Client to communicate with an Zeebe Gateway
Loading...
Searching...
No Matches
IEvaluateDecisionCommandStep1 Interface Reference

Classes

interface  IEvaluateDecisionCommandStep2
 

Public Member Functions

IEvaluateDecisionCommandStep2 DecisionId (string 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'>"). More...
 
IEvaluateDecisionCommandStep2 DecisionKey (long 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. More...
 

Member Function Documentation

◆ DecisionId()

IEvaluateDecisionCommandStep2 IEvaluateDecisionCommandStep1.DecisionId ( string  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
decisionIdThe DMN id of the decision.
Returns
the builder for this command. Call IFinalCommandStep<T>.Send to complete the command and send it to the broker.

◆ DecisionKey()

IEvaluateDecisionCommandStep2 IEvaluateDecisionCommandStep1.DecisionKey ( long  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
decisionKeyThe key of the decision.
Returns
the builder for this command. Call IFinalCommandStep<T>.Send to complete the command and send it to the broker.

The documentation for this interface was generated from the following file: