Zeebe C# Client 2.9.0
C# Client to communicate with an Zeebe Gateway
Loading...
Searching...
No Matches
Zeebe.Client.Api.Responses.IEvaluatedDecision Interface Reference

Properties

string DecisionId [get]
 
int DecisionVersion [get]
 
long DecisionKey [get]
 
string DecisionName [get]
 
string DecisionType [get]
 
string DecisionOutput [get]
 
IList< IEvaluatedDecisionInputEvaluatedInputs [get]
 
IList< IMatchedDecisionRuleMatchedRules [get]
 

Property Documentation

◆ DecisionId

string Zeebe.Client.Api.Responses.IEvaluatedDecision.DecisionId
get
Returns
the decision ID, as parsed during deployment; together with the versions forms a unique identifier for a specific decision.

◆ DecisionKey

long Zeebe.Client.Api.Responses.IEvaluatedDecision.DecisionKey
get
Returns
the assigned decision key, which acts as a unique identifier for this decision.

◆ DecisionName

string Zeebe.Client.Api.Responses.IEvaluatedDecision.DecisionName
get
Returns
the name of the decision, as parsed during deployment.

◆ DecisionOutput

string Zeebe.Client.Api.Responses.IEvaluatedDecision.DecisionOutput
get
Returns
the output of the evaluated decision.

◆ DecisionType

string Zeebe.Client.Api.Responses.IEvaluatedDecision.DecisionType
get
Returns
the type of the evaluated decision.

◆ DecisionVersion

int Zeebe.Client.Api.Responses.IEvaluatedDecision.DecisionVersion
get
Returns
the assigned decision version.

◆ EvaluatedInputs

IList<IEvaluatedDecisionInput> Zeebe.Client.Api.Responses.IEvaluatedDecision.EvaluatedInputs
get
Returns
the decision inputs that were evaluated within this decision evaluation.

◆ MatchedRules

IList<IMatchedDecisionRule> Zeebe.Client.Api.Responses.IEvaluatedDecision.MatchedRules
get
Returns
the decision rules that matched within this decision evaluation.

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